Searched refs:GetEnv (Results 1 - 3 of 3) sorted by relevance

/art/test/115-native-bridge/
H A Dnativebridge.cc46 vm->GetEnv(reinterpret_cast<void **>(&env), JNI_VERSION_1_6);
/art/runtime/
H A Dcheck_jni.cc406 // use DetachCurrentThread or GetEnv on a thread that's not yet attached.
2051 static jint GetEnv(JavaVM* vm, void** env, jint version) { function in class:art::CheckJII
2054 return CHECK_JNI_EXIT("I", BaseVm(vm)->GetEnv(vm, env, version));
2070 CheckJII::GetEnv,
H A Djni_internal.cc3087 static jint GetEnv(JavaVM* vm, void** env, jint version) { function in class:art::JII
3088 // GetEnv always returns a JNIEnv* for the most current supported JNI version,
3092 LOG(ERROR) << "Bad JNI version passed to GetEnv: " << version;
3115 JII::GetEnv,

Completed in 306 milliseconds