Home
last modified time | relevance | path

Searched refs:IsJavaDebuggable (Results 1 – 24 of 24) sorted by relevance

/art/test/466-get-live-vreg/
Dget_live_vreg_jni.cc66 !Runtime::Current()->IsJavaDebuggable()) { in CheckOptimizedOutRegLiveness()
/art/test/461-get-reference-vreg/
Dget_reference_vreg_jni.cc32 !Runtime::Current()->IsJavaDebuggable(); in IsFrameCompiledAndNonDebuggable()
/art/compiler/jit/
Djit_compiler.cc68 compiler_options_->SetDebuggable(runtime->IsJavaDebuggable()); in ParseCompilerOptions()
/art/openjdkjvmti/
Ddeopt_manager.cc74 return !art::Runtime::Current()->IsJavaDebuggable() || in IsMethodBeingInspected()
170 if (!runtime->IsJavaDebuggable()) { in FinishSetup()
Dti_extension.cc402 (runtime->GetInstrumentation()->IsForcedInterpretOnly() || runtime->IsJavaDebuggable())) { in GetExtensionFunctions()
707 (runtime->GetInstrumentation()->IsForcedInterpretOnly() || runtime->IsJavaDebuggable())) { in GetExtensionEvents()
DOpenjdkJvmTi.cc95 return runtime->GetInstrumentation()->IsForcedInterpretOnly() || runtime->IsJavaDebuggable(); in IsFullJvmtiAvailable()
/art/runtime/
Dcommon_runtime_test.cc407 if (runtime->IsJavaDebuggable()) { in StartDex2OatCommandLine()
452 if (runtime->IsJavaDebuggable()) { in CompileBootImage()
Druntime.cc1136 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()
1146 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()
1162 if (IsJavaDebuggable()) { in InitNonZygoteOrPostFork()
1608 IsJavaDebuggable()); in Init()
1786 if (IsJavaDebuggable() || jit_options_->GetProfileSaverOptions().GetProfileBootClassPath()) { in Init()
2039 DCHECK(Dbg::IsJdwpAllowed() || !runtime->IsJavaDebuggable()) in EnsureJvmtiPlugin()
2981 return IsJavaDebuggable() && GetJit() != nullptr && in IsAsyncDeoptimizeable()
Doat_file_manager.cc165 return kEnableAppImage && (!runtime->IsJavaDebuggable() || source_oat_file->IsDebuggable()); in ShouldLoadAppImage()
718 if (runtime->IsJavaDebuggable()) { in RunBackgroundVerification()
Dhidden_api.h124 Runtime::Current()->IsJavaDebuggable()) { in ComputeDomain()
Dhidden_api.cc543 if (kLogAllAccesses || deny_access || runtime->IsJavaDebuggable()) { in ShouldDenyAccessToMemberImpl()
Dquick_exception_handler.cc470 if (kIsDebugBuild || UNLIKELY(Runtime::Current()->IsJavaDebuggable())) { in HandleOptimizingDeoptimization()
Druntime.h730 bool IsJavaDebuggable() const { in IsJavaDebuggable() function
Dtrace.cc434 kTracerInstrumentationKey, /*needs_interpreter=*/!runtime->IsJavaDebuggable()); in Start()
Dinstrumentation.cc229 runtime->IsJavaDebuggable()) && in NeedDebugVersionFor()
Doat_file.cc281 return (runtime != nullptr && runtime->IsJavaDebuggable()) && in ShouldUnquickenVDex()
Dthread.cc2337 return !IsRuntimeThread() || !Runtime::Current()->IsJavaDebuggable(); in CanLoadClasses()
Dclass_linker.cc2933 !Runtime::Current()->IsJavaDebuggable()) { in FindClass()
3399 if (runtime->IsJavaDebuggable()) { in ShouldUseInterpreterEntrypoint()
/art/test/common/
Druntime_state.cc418 return Runtime::Current()->IsJavaDebuggable() ? JNI_TRUE : JNI_FALSE; in Java_Main_isDebuggable()
/art/runtime/native/
Ddalvik_system_VMDebug.cc464 if (!runtime->IsJavaDebuggable()) { in VMDebug_allowHiddenApiReflectionFrom()
Ddalvik_system_VMRuntime.cc184 return Runtime::Current()->IsJavaDebuggable(); in VMRuntime_isJavaDebuggable()
Ddalvik_system_DexFile.cc898 if (!runtime->IsJavaDebuggable()) { in DexFile_setTrusted()
/art/runtime/jit/
Djit.cc1043 if (Runtime::Current()->IsJavaDebuggable()) { in MapBootImageMethods()
1301 !runtime->IsJavaDebuggable()) { in RegisterDexFiles()
Djit_code_cache.cc721 DCHECK(cha_single_implementation_list.empty() || !Runtime::Current()->IsJavaDebuggable()) in Commit()