Searched refs:vm (Results 1 – 7 of 7) sorted by relevance
/libcore/luni/src/main/native/ |
D | Register.cpp | 26 jint JNI_OnLoad(JavaVM* vm, void*) { in JNI_OnLoad() argument 28 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
|
/libcore/ojluni/src/main/native/ |
D | Register.cpp | 93 jint JNI_OnLoad(JavaVM* vm, void*) { JNIEnv* env; in JNI_OnLoad() argument 94 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad() 152 net_JNI_OnLoad(vm, NULL); in JNI_OnLoad()
|
D | net_util.c | 41 net_JNI_OnLoad(JavaVM *vm, void* ignored) in net_JNI_OnLoad() argument 45 if ((*vm)->GetEnv(vm, (void **)&env, JNI_VERSION_1_2) == JNI_OK) { in net_JNI_OnLoad()
|
D | jni_util.c | 927 JNU_GetEnv(JavaVM *vm, jint version) in JNU_GetEnv() argument 930 (*vm)->GetEnv(vm, &env, version); in JNU_GetEnv()
|
D | jni_util.h | 313 JNU_GetEnv(JavaVM *vm, jint version);
|
/libcore/luni/src/test/native/ |
D | libcore_java_lang_ThreadTest.cpp | 133 extern "C" int JNI_OnLoad(JavaVM* vm, void*) { in JNI_OnLoad() argument 134 javaVm = vm; in JNI_OnLoad()
|
/libcore/ |
D | run-libcore-tests | 23 --vm-arg -Xmx32M \
|