Package | Description |
---|---|
org.jikesrvm.classloader |
Provides classes that implement the classloading system as well as
data types that represent Java entities like classes, fields, methods
and primitives.
|
Modifier and Type | Field and Description |
---|---|
(package private) InterfaceMethodSignature |
InterfaceInvocation.IMTDict.Link.signature |
Modifier and Type | Field and Description |
---|---|
private static ImmutableEntryHashSetRVM<InterfaceMethodSignature> |
InterfaceMethodSignature.dictionary
Used to canonicalize InterfaceMethodSignatures
|
Modifier and Type | Method and Description |
---|---|
static InterfaceMethodSignature |
InterfaceMethodSignature.findOrCreate(MemberReference ref)
Find or create an interface method signature for the given method reference.
|
Modifier and Type | Method and Description |
---|---|
void |
InterfaceInvocation.IMTDict.addElement(InterfaceMethodSignature sig,
RVMMethod m) |
private int |
InterfaceInvocation.IMTDict.getIndex(InterfaceMethodSignature sig) |
Constructor and Description |
---|
Link(InterfaceMethodSignature sig,
RVMMethod m,
InterfaceInvocation.IMTDict.Link n) |