|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jikesrvm.jni.LinkageTripletTable
public final class LinkageTripletTable
This class holds a triplet for each entry of the JNI function table.
Field Summary | |
---|---|
private AddressArray[] |
data
The backing data used during boot image writing. |
Constructor Summary | |
---|---|
private |
LinkageTripletTable(int size)
Private constructor. |
Method Summary | |
---|---|
static LinkageTripletTable |
allocate(int size)
Create a new LinkageTripletTable of the specified size. |
AddressArray |
get(int index)
Get a LinkageTripletTable entry. |
AddressArray[] |
getBacking()
Only called at boot image write time. |
int |
length()
Return the length of the LinkageTripletTable |
void |
set(int index,
AddressArray value)
Set a LinkageTripletTable entry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final AddressArray[] data
Constructor Detail |
---|
private LinkageTripletTable(int size)
Method Detail |
---|
public static LinkageTripletTable allocate(int size)
size
- The size of the LinkageTripletTable
public AddressArray[] getBacking()
RuntimeTable
getBacking
in interface RuntimeTable<AddressArray>
public AddressArray get(int index)
get
in interface RuntimeTable<AddressArray>
index
- The index of the entry to get
public void set(int index, AddressArray value)
set
in interface RuntimeTable<AddressArray>
index
- The index of the entry to setvalue
- The value to set the entry to.public int length()
length
in interface RuntimeTable<AddressArray>
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |