Home
last modified time | relevance | path

Searched refs:GetJniNativeInterface (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Djni_internal.h34 const JNINativeInterface* GetJniNativeInterface();
Djni_env_ext.cc87 unchecked_functions = GetJniNativeInterface(); in JNIEnvExt()
306 return check_jni ? GetCheckJniNativeInterface() : GetJniNativeInterface(); in GetFunctionTable()
Djni_internal.cc2810 const JNINativeInterface* GetJniNativeInterface() { in GetJniNativeInterface() function