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