Searched refs:GetEnv (Results 1 – 2 of 2) sorted by relevance
94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
1077 jint (*GetEnv)(JavaVM*, void**, jint); member1094 jint GetEnv(void** env, jint version) in GetEnv() function1095 { return functions->GetEnv(this, env, version); } in GetEnv()