|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.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()
Create an IMT. |
ArchitectureSpecific.CodeArray |
get(int index)
Get a TIB entry. |
ArchitectureSpecific.CodeArray[] |
getBacking()
Return the backing array (for boot image writing) |
int |
length()
Return the length of the TIB |
void |
set(int index,
ArchitectureSpecific.CodeArray value)
Set a TIB entry. |
| 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()
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 | ||||||||||