Home
last modified time | relevance | path

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

/art/runtime/
Dcheck_jni.h24 const JNINativeInterface* GetCheckJniNativeInterface();
Djni_env_ext.cc94 functions = enabled ? GetCheckJniNativeInterface() : GetJniNativeInterface(); in SetCheckJniEnabled()
Dcheck_jni.cc3808 const JNINativeInterface* GetCheckJniNativeInterface() { in GetCheckJniNativeInterface() function