Home | History | Annotate | Download | only in runtime

Lines Matching defs:GetEnv

406       // use DetachCurrentThread or GetEnv on a thread that's not yet attached.
2051 static jint GetEnv(JavaVM* vm, void** env, jint version) {
2054 return CHECK_JNI_EXIT("I", BaseVm(vm)->GetEnv(vm, env, version));
2070 CheckJII::GetEnv,