|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use InterfaceMethodSignature | |
|---|---|
| org.jikesrvm.classloader | |
| Uses of InterfaceMethodSignature in org.jikesrvm.classloader |
|---|
| Fields in org.jikesrvm.classloader declared as InterfaceMethodSignature | |
|---|---|
(package private) InterfaceMethodSignature |
InterfaceInvocation.IMTDict.Link.signature
|
| Fields in org.jikesrvm.classloader with type parameters of type InterfaceMethodSignature | |
|---|---|
private static ImmutableEntryHashSetRVM<InterfaceMethodSignature> |
InterfaceMethodSignature.dictionary
Used to canonicalize InterfaceMethodSignatures |
| Methods in org.jikesrvm.classloader that return InterfaceMethodSignature | |
|---|---|
static InterfaceMethodSignature |
InterfaceMethodSignature.findOrCreate(MemberReference ref)
Find or create an interface method signature for the given method reference. |
| Methods in org.jikesrvm.classloader with parameters of type InterfaceMethodSignature | |
|---|---|
void |
InterfaceInvocation.IMTDict.addElement(InterfaceMethodSignature sig,
RVMMethod m)
|
private int |
InterfaceInvocation.IMTDict.getIndex(InterfaceMethodSignature sig)
|
| Constructors in org.jikesrvm.classloader with parameters of type InterfaceMethodSignature | |
|---|---|
InterfaceInvocation.IMTDict.Link(InterfaceMethodSignature sig,
RVMMethod m,
InterfaceInvocation.IMTDict.Link n)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||