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.cc118 if (UNLIKELY(env->IsCheckJniEnabled())) { in PopLocalReferences()
182 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.h115 bool IsCheckJniEnabled() const { return check_jni_; } in IsCheckJniEnabled() function
Djava_vm_ext.h61 bool IsCheckJniEnabled() const { in IsCheckJniEnabled() function
Djni_internal.cc2370 bool warn_on_going_to_parent = down_cast<JNIEnvExt*>(env)->GetVm()->IsCheckJniEnabled(); in RegisterNatives()
/art/runtime/
Dindirect_reference_table.cc58 if (!vm->IsCheckJniEnabled()) { in AbortIfNoCheckJNI()
362 if (env->IsCheckJniEnabled()) { in Remove()
Dreflection.cc455 if (UNLIKELY(soa.Env()->IsCheckJniEnabled())) { in InvokeWithArgArray()
Dthread.cc1060 } else if (self->GetJniEnv()->IsCheckJniEnabled()) { in Attach()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc166 if (!vm->IsCheckJniEnabled()) { in EnableDebugFeatures()
Ddalvik_system_VMRuntime.cc255 return down_cast<JNIEnvExt*>(env)->GetVm()->IsCheckJniEnabled() ? JNI_TRUE : JNI_FALSE; in VMRuntime_isCheckJniEnabled()