|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuntimeTable | |
---|---|
org.jikesrvm.jni | |
org.jikesrvm.objectmodel |
Uses of RuntimeTable in org.jikesrvm.jni |
---|
Classes in org.jikesrvm.jni that implement RuntimeTable | |
---|---|
class |
FunctionTable
This class holds a JNI function table, at runtime it is an array with CodeArray elements |
class |
LinkageTripletTable
This class holds a triplet for each entry of the JNI function table. |
Uses of RuntimeTable in org.jikesrvm.objectmodel |
---|
Classes in org.jikesrvm.objectmodel that implement RuntimeTable | |
---|---|
class |
IMT
This class represents an instance of an interface method table, at runtime it is an array with CodeArray elements. |
class |
ITable
This class represents an instance of an interface table. |
class |
ITableArray
This class represents an instance of an array of interface tables. |
class |
TIB
This class represents an instance of a type information block, at runtime it is an array with Object elements. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |