CACAO
Functions | Variables
org_cacaojvm_compiler2_test_Compiler2Test.cpp File Reference

Go to the source code of this file.

Functions

JNIEXPORT void JNICALL Java_org_cacaojvm_compiler2_test_Compiler2Test_compileMethod (JNIEnv *env, jclass clazz, jboolean baseline, jclass compile_class, jstring name, jstring desc)
 
JNIEXPORT jobject JNICALL Java_org_cacaojvm_compiler2_test_Compiler2Test_executeMethod (JNIEnv *env, jclass clazz, jclass compile_class, jstring name, jstring desc, jobjectArray args)
 
void _Jv_org_cacaojvm_compiler2_test_Compiler2Test_init (void)
 

Variables

static JNINativeMethod methods []
 

Function Documentation

void _Jv_org_cacaojvm_compiler2_test_Compiler2Test_init ( void  )
JNIEXPORT void JNICALL Java_org_cacaojvm_compiler2_test_Compiler2Test_compileMethod ( JNIEnv env,
jclass  clazz,
jboolean  baseline,
jclass  compile_class,
jstring  name,
jstring  desc 
)
JNIEXPORT jobject JNICALL Java_org_cacaojvm_compiler2_test_Compiler2Test_executeMethod ( JNIEnv env,
jclass  clazz,
jclass  compile_class,
jstring  name,
jstring  desc,
jobjectArray  args 
)

Variable Documentation

JNINativeMethod methods[]
static
Initial value:
= {
{ (char*) "compileMethod", (char*) "(ZLjava/lang/Class;Ljava/lang/String;Ljava/lang/String;)V",(void*) (uintptr_t) &Java_org_cacaojvm_compiler2_test_Compiler2Test_compileMethod },
{ (char*) "executeMethod", (char*) "(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;",(void*) (uintptr_t) &Java_org_cacaojvm_compiler2_test_Compiler2Test_executeMethod },
}
JNIEXPORT jobject JNICALL Java_org_cacaojvm_compiler2_test_Compiler2Test_executeMethod(JNIEnv *env, jclass clazz, jclass compile_class, jstring name, jstring desc, jobjectArray args)
JNIEXPORT void JNICALL Java_org_cacaojvm_compiler2_test_Compiler2Test_compileMethod(JNIEnv *env, jclass clazz, jboolean baseline, jclass compile_class, jstring name, jstring desc)

Definition at line 162 of file org_cacaojvm_compiler2_test_Compiler2Test.cpp.