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.
|
org.jikesrvm.mm.mminterface | |
org.jikesrvm.objectmodel |
Modifier and Type | Field and Description |
---|---|
private IMT |
RVMClass.imt
The imt for this class
|
Modifier and Type | Method and Description |
---|---|
void |
InterfaceInvocation.IMTDict.populateIMT(RVMClass klass,
TIB tib,
IMT imt) |
private void |
InterfaceInvocation.IMTDict.set(TIB tib,
IMT imt,
int extSlot,
CodeArray value) |
void |
RVMClass.setIMT(IMT imt) |
Modifier and Type | Method and Description |
---|---|
static IMT |
MemoryManager.newIMT()
Allocate a new interface method table (IMT).
|
Modifier and Type | Method and Description |
---|---|
static IMT |
IMT.allocate()
Creates an IMT.
|
IMT |
TIB.getImt() |
Modifier and Type | Method and Description |
---|---|
void |
TIB.setImt(IMT imt) |