Home
last modified time | relevance | path

Searched refs:IsCheckJniEnabled (Results 1 – 11 of 11) sorted by relevance

/art/openjdkjvmti/
Dti_jni.cc68 check_jni = runtime->GetJavaVM()->IsCheckJniEnabled(); in GetJNIFunctionTable()
/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc129 if (UNLIKELY(env->IsCheckJniEnabled())) { in PopLocalReferences()
192 if (UNLIKELY(self->GetJniEnv()->IsCheckJniEnabled())) { in JniMethodEndWithReferenceHandleResult()
/art/runtime/jni/
Djni_env_ext.cc86 check_jni_ = vm_in->IsCheckJniEnabled(); in JNIEnvExt()
296 bool check_jni = env->IsCheckJniEnabled(); in ThreadResetFunctionTable()
Djni_env_ext.h116 bool IsCheckJniEnabled() const { return check_jni_; } in IsCheckJniEnabled() function
Djava_vm_ext.h62 bool IsCheckJniEnabled() const { in IsCheckJniEnabled() function
Djni_internal.cc2536 bool warn_on_going_to_parent = down_cast<JNIEnvExt*>(env)->GetVm()->IsCheckJniEnabled(); in RegisterNatives()
/art/runtime/
Dindirect_reference_table.cc61 if (!vm->IsCheckJniEnabled()) { in AbortIfNoCheckJNI()
373 if (env->IsCheckJniEnabled()) { in Remove()
Dreflection.cc455 if (UNLIKELY(soa.Env()->IsCheckJniEnabled())) { in InvokeWithArgArray()
Dthread.cc1069 } else if (self->GetJniEnv()->IsCheckJniEnabled()) { in Attach()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc167 if (!vm->IsCheckJniEnabled()) { in EnableDebugFeatures()
Ddalvik_system_VMRuntime.cc249 return down_cast<JNIEnvExt*>(env)->GetVm()->IsCheckJniEnabled() ? JNI_TRUE : JNI_FALSE; in VMRuntime_isCheckJniEnabled()