Home
last modified time | relevance | path

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

/art/runtime/
Djni_env_ext.cc57 functions = unchecked_functions = GetJniNativeInterface(); in JNIEnvExt()
81 functions = enabled ? GetCheckJniNativeInterface() : GetJniNativeInterface(); in SetCheckJniEnabled()
Djni_internal.h32 const JNINativeInterface* GetJniNativeInterface();
Djni_internal.cc2722 const JNINativeInterface* GetJniNativeInterface() { in GetJniNativeInterface() function