Searched refs:GetJniNativeInterface (Results 1 – 3 of 3) sorted by relevance
34 const JNINativeInterface* GetJniNativeInterface();
87 unchecked_functions = GetJniNativeInterface(); in JNIEnvExt()306 return check_jni ? GetCheckJniNativeInterface() : GetJniNativeInterface(); in GetFunctionTable()
2810 const JNINativeInterface* GetJniNativeInterface() { in GetJniNativeInterface() function