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 | Method and Description |
---|---|
private static InterfaceInvocation.IMTDict |
InterfaceInvocation.buildIMTDict(RVMClass klass,
RVMClass[] interfaces)
Build up a description of the IMT contents for the given class.
|
Modifier and Type | Method and Description |
---|---|
private static void |
InterfaceInvocation.populateIMT(RVMClass klass,
InterfaceInvocation.IMTDict d) |