Home
last modified time | relevance | path

Searched refs:GetUncheckedFunctions (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/jni/
H A Djni_env_ext.h101 const JNINativeInterface* GetUncheckedFunctions() const { in GetUncheckedFunctions() function
H A Djava_vm_ext.h205 const JNIInvokeInterface* GetUncheckedFunctions() const { in GetUncheckedFunctions() function
H A Dcheck_jni.cc2824 return reinterpret_cast<JNIEnvExt*>(env)->GetUncheckedFunctions(); in baseEnv()
4116 return reinterpret_cast<JavaVMExt*>(vm)->GetUncheckedFunctions(); in BaseVm()
H A Djni_internal_test.cc1572 const JNINativeInterface* base_env = down_cast<JNIEnvExt*>(env_)->GetUncheckedFunctions(); in TEST_F()