Lines Matching full:getenv
406 // use DetachCurrentThread or GetEnv on a thread that's not yet attached.2058 static jint GetEnv(JavaVM* vm, void** env, jint version) {2061 return CHECK_JNI_EXIT("I", BaseVm(vm)->GetEnv(vm, env, version));2077 CheckJII::GetEnv,