Searched refs:IsCheckJniEnabled (Results 1 – 11 of 11) sorted by relevance
68 check_jni = runtime->GetJavaVM()->IsCheckJniEnabled(); in GetJNIFunctionTable()
118 if (UNLIKELY(env->IsCheckJniEnabled())) { in PopLocalReferences()182 if (UNLIKELY(self->GetJniEnv()->IsCheckJniEnabled())) { in JniMethodEndWithReferenceHandleResult()
86 check_jni_ = vm_in->IsCheckJniEnabled(); in JNIEnvExt()296 bool check_jni = env->IsCheckJniEnabled(); in ThreadResetFunctionTable()
115 bool IsCheckJniEnabled() const { return check_jni_; } in IsCheckJniEnabled() function
61 bool IsCheckJniEnabled() const { in IsCheckJniEnabled() function
2370 bool warn_on_going_to_parent = down_cast<JNIEnvExt*>(env)->GetVm()->IsCheckJniEnabled(); in RegisterNatives()
58 if (!vm->IsCheckJniEnabled()) { in AbortIfNoCheckJNI()362 if (env->IsCheckJniEnabled()) { in Remove()
455 if (UNLIKELY(soa.Env()->IsCheckJniEnabled())) { in InvokeWithArgArray()
1065 } else if (self->GetJniEnv()->IsCheckJniEnabled()) { in Attach()
166 if (!vm->IsCheckJniEnabled()) { in EnableDebugFeatures()
255 return down_cast<JNIEnvExt*>(env)->GetVm()->IsCheckJniEnabled() ? JNI_TRUE : JNI_FALSE; in VMRuntime_isCheckJniEnabled()