Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/jni/
H A Dcheck_jni.h27 const JNIInvokeInterface* GetCheckJniInvokeInterface();
H A Djava_vm_ext.cc803 functions = enabled ? GetCheckJniInvokeInterface() : unchecked_functions_; in SetCheckJniEnabled()
H A Dcheck_jni.cc4137 const JNIInvokeInterface* GetCheckJniInvokeInterface() { in GetCheckJniInvokeInterface() function