Package | Description |
---|---|
org.jikesrvm.mm.mminterface | |
org.jikesrvm.objectmodel |
Modifier and Type | Method and Description |
---|---|
static ITableArray |
MemoryManager.newITableArray(int size)
Allocate a new ITableArray
|
Modifier and Type | Method and Description |
---|---|
static ITableArray |
ITableArray.allocate(int size)
Create a new array of
ITable of the specified size. |
ITableArray |
TIB.getITableArray() |
Modifier and Type | Method and Description |
---|---|
void |
TIB.setITableArray(ITableArray iTableArray) |