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.cc81 functions = enabled ? GetCheckJniNativeInterface() : GetJniNativeInterface(); in SetCheckJniEnabled()
Dcheck_jni.cc3616 const JNINativeInterface* GetCheckJniNativeInterface() { in GetCheckJniNativeInterface() function