|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITable | |
---|---|
org.jikesrvm.classloader | |
org.jikesrvm.mm.mminterface | |
org.jikesrvm.objectmodel |
Uses of ITable in org.jikesrvm.classloader |
---|
Methods in org.jikesrvm.classloader that return ITable | |
---|---|
private static ITable |
InterfaceInvocation.buildITable(RVMClass C,
RVMClass I)
Build a single ITable for the pair of class C and interface I |
static ITable |
InterfaceInvocation.findITable(TIB tib,
int id)
Return a reference to the itable for a given class, interface pair We might not have created the iTable yet, in which case we will do that and then return it. |
Uses of ITable in org.jikesrvm.mm.mminterface |
---|
Methods in org.jikesrvm.mm.mminterface that return ITable | |
---|---|
static ITable |
MemoryManager.newITable(int size)
Allocate a new ITable |
Uses of ITable in org.jikesrvm.objectmodel |
---|
Fields in org.jikesrvm.objectmodel declared as ITable | |
---|---|
private ITable[] |
ITableArray.backingData
The backing data used during boot image writing. |
Methods in org.jikesrvm.objectmodel that return ITable | |
---|---|
static ITable |
ITable.allocate(int size)
Creates a new ITable of the specified size. |
ITable |
ITableArray.get(int index)
Get an ITable entry from the array. |
ITable[] |
ITableArray.getBacking()
Return the backing array (for boot image writing) |
Methods in org.jikesrvm.objectmodel with parameters of type ITable | |
---|---|
void |
ITableArray.set(int index,
ITable value)
Set an ITable entry in the array. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |