Searched refs:IsCheckJniEnabled (Results 1 – 7 of 7) sorted by relevance
68 check_jni = runtime->GetJavaVM()->IsCheckJniEnabled(); in GetJNIFunctionTable()
61 bool IsCheckJniEnabled() const { in IsCheckJniEnabled() function
85 check_jni = vm->IsCheckJniEnabled(); in JNIEnvExt()
57 if (!vm->IsCheckJniEnabled()) { in AbortIfNoCheckJNI()
2313 bool warn_on_going_to_parent = down_cast<JNIEnvExt*>(env)->vm->IsCheckJniEnabled(); in RegisterNatives()
174 if (!vm->IsCheckJniEnabled()) { in EnableDebugFeatures()
209 return down_cast<JNIEnvExt*>(env)->vm->IsCheckJniEnabled() ? JNI_TRUE : JNI_FALSE; in VMRuntime_isCheckJniEnabled()