Searched refs:jvm (Results 1 – 2 of 2) sorted by relevance
63 static void executeInJvm(JavaVM* jvm, jniEnvCallable callable) { in executeInJvm() argument64 if (jvm == nullptr) { in executeInJvm()71 int status = jvm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_4); in executeInJvm()75 int err = jvm->AttachCurrentThread(&env, /*thr_ags=*/nullptr); in executeInJvm()89 jvm->DetachCurrentThread(); in executeInJvm()
54 JavaVM *jvm; variable93 (*jvm)->AttachCurrentThread(jvm, &env, NULL); in jni_attach_thread()1910 (*e)->GetJavaVM(e, &jvm); in Java_android_security_cts_ExploitThread_runxpl()