|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jikesrvm.objectmodel.IMT
public final class IMT
This class represents an instance of an interface method table, at runtime it is an array with CodeArray elements.
Field Summary | |
---|---|
private ArchitectureSpecific.CodeArray[] |
data
The backing data used during boot image writing. |
Constructor Summary | |
---|---|
private |
IMT()
Private constructor. |
Method Summary | |
---|---|
static IMT |
allocate()
Creates an IMT. |
ArchitectureSpecific.CodeArray |
get(int index)
Gets an entry in the IMT. |
ArchitectureSpecific.CodeArray[] |
getBacking()
Only called at boot image write time. |
int |
length()
Returns the length of the IMT |
void |
set(int index,
ArchitectureSpecific.CodeArray value)
Sets an entry in the IMT. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final ArchitectureSpecific.CodeArray[] data
Constructor Detail |
---|
private IMT()
Method Detail |
---|
public ArchitectureSpecific.CodeArray[] getBacking()
RuntimeTable
getBacking
in interface RuntimeTable<ArchitectureSpecific.CodeArray>
public static IMT allocate()
public ArchitectureSpecific.CodeArray get(int index)
get
in interface RuntimeTable<ArchitectureSpecific.CodeArray>
index
- The index of the entry to get
public void set(int index, ArchitectureSpecific.CodeArray value)
set
in interface RuntimeTable<ArchitectureSpecific.CodeArray>
index
- The index of the entry to setvalue
- The value to set the entry to.public int length()
length
in interface RuntimeTable<ArchitectureSpecific.CodeArray>
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |