Go to the source code of this file.
|
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) |
|
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 |
|
) |
| |
JNINativeMethod methods[] |
|
static |
Initial value:= {
}
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.