Home
last modified time | relevance | path

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

/art/runtime/jni/
Dcheck_jni.h25 const JNIInvokeInterface* GetCheckJniInvokeInterface();
Djava_vm_ext.cc738 functions = enabled ? GetCheckJniInvokeInterface() : unchecked_functions_; in SetCheckJniEnabled()
Dcheck_jni.cc4083 const JNIInvokeInterface* GetCheckJniInvokeInterface() { in GetCheckJniInvokeInterface() function