Searched refs:GetJniNativeInterface (Results 1 – 3 of 3) sorted by relevance
88 unchecked_functions_ = GetJniNativeInterface(); in JNIEnvExt()298 env->unchecked_functions_ = GetJniNativeInterface(); in ThreadResetFunctionTable()323 return check_jni ? GetCheckJniNativeInterface() : GetJniNativeInterface(); in GetFunctionTable()
36 const JNINativeInterface* GetJniNativeInterface();
2962 const JNINativeInterface* GetJniNativeInterface() { in GetJniNativeInterface() function