Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_env_ext.cc88 unchecked_functions_ = GetJniNativeInterface(); in JNIEnvExt()
298 env->unchecked_functions_ = GetJniNativeInterface(); in ThreadResetFunctionTable()
323 return check_jni ? GetCheckJniNativeInterface() : GetJniNativeInterface(); in GetFunctionTable()
Djni_internal.h36 const JNINativeInterface* GetJniNativeInterface();
Djni_internal.cc2962 const JNINativeInterface* GetJniNativeInterface() { in GetJniNativeInterface() function