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

/art/runtime/
H A Dcheck_jni.cc406 // use DetachCurrentThread or GetEnv on a thread that's not yet attached.
2058 static jint GetEnv(JavaVM* vm, void** env, jint version) { function in class:art::CheckJII
2061 return CHECK_JNI_EXIT("I", BaseVm(vm)->GetEnv(vm, env, version));
2077 CheckJII::GetEnv,
H A Djni_internal.cc2961 static jint GetEnv(JavaVM* vm, void** env, jint version) { function in class:art::JII
2962 // GetEnv always returns a JNIEnv* for the most current supported JNI version,
2966 LOG(ERROR) << "Bad JNI version passed to GetEnv: " << version;
2989 JII::GetEnv,

Completed in 96 milliseconds