|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ITableArray | |
|---|---|
| org.jikesrvm.mm.mminterface | |
| org.jikesrvm.objectmodel | |
| Uses of ITableArray in org.jikesrvm.mm.mminterface |
|---|
| Methods in org.jikesrvm.mm.mminterface that return ITableArray | |
|---|---|
static ITableArray |
MemoryManager.newITableArray(int size)
Allocate a new ITableArray |
| Uses of ITableArray in org.jikesrvm.objectmodel |
|---|
| Methods in org.jikesrvm.objectmodel that return ITableArray | |
|---|---|
static ITableArray |
ITableArray.allocate(int size)
Create a new TIB of the specified size. |
ITableArray |
TIB.getITableArray()
Get the ITable array for this type. |
| Methods in org.jikesrvm.objectmodel with parameters of type ITableArray | |
|---|---|
void |
TIB.setITableArray(ITableArray iTableArray)
Set the ITable array for this type. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||