Uses of Class
org.jikesrvm.jni.FunctionTable

Packages that use FunctionTable
org.jikesrvm.jni   
 

Uses of FunctionTable in org.jikesrvm.jni
 

Fields in org.jikesrvm.jni declared as FunctionTable
static FunctionTable JNIEnvironment.JNIFunctions
          This is the shared JNI function table used by native code to invoke methods in @link{JNIFunctions}.
 

Methods in org.jikesrvm.jni that return FunctionTable
static FunctionTable FunctionTable.allocate(int size)
          Create a new ITable of the specified size.
 

Methods in org.jikesrvm.jni with parameters of type FunctionTable
static void JNIEnvironment.initFunctionTable(FunctionTable functions)
          Initialize the array of JNI functions.