Home
last modified time | relevance | path

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

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