Searched refs:GetJniNativeInterface (Results 1 – 3 of 3) sorted by relevance
30 const JNINativeInterface* GetJniNativeInterface();
86 unchecked_functions_ = GetJniNativeInterface(); in JNIEnvExt()318 return check_jni ? GetCheckJniNativeInterface() : GetJniNativeInterface(); in GetFunctionTable()
2924 const JNINativeInterface* GetJniNativeInterface() { in GetJniNativeInterface() function