Home
last modified time | relevance | path

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

/art/runtime/jni/
Dcheck_jni.h24 const JNINativeInterface* GetCheckJniNativeInterface();
Djni_env_ext.cc323 return check_jni ? GetCheckJniNativeInterface() : GetJniNativeInterface(); in GetFunctionTable()
Dcheck_jni.cc4079 const JNINativeInterface* GetCheckJniNativeInterface() { in GetCheckJniNativeInterface() function