Home
last modified time | relevance | path

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

/art/runtime/
Djni_internal.h30 const JNINativeInterface* GetJniNativeInterface();
Djni_env_ext.cc86 unchecked_functions_ = GetJniNativeInterface(); in JNIEnvExt()
318 return check_jni ? GetCheckJniNativeInterface() : GetJniNativeInterface(); in GetFunctionTable()
Djni_internal.cc2924 const JNINativeInterface* GetJniNativeInterface() { in GetJniNativeInterface() function