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()
655 (runtime->GetInstrumentation()->IsForcedInterpretOnly() || runtime->IsJavaDebuggable())) { in GetExtensionEvents()
DOpenjdkJvmTi.cc95 return runtime->GetInstrumentation()->IsForcedInterpretOnly() || runtime->IsJavaDebuggable(); in IsFullJvmtiAvailable()
/art/runtime/
Dcommon_runtime_test.cc403 if (runtime->IsJavaDebuggable()) { in StartDex2OatCommandLine()
448 if (runtime->IsJavaDebuggable()) { in CompileBootImage()
Doat_file_manager.cc209 return kEnableAppImage && (!runtime->IsJavaDebuggable() || source_oat_file->IsDebuggable()); in ShouldLoadAppImage()
745 if (runtime->IsJavaDebuggable()) { in RunBackgroundVerification()
Druntime.cc1066 (Dbg::IsJdwpAllowed() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()
1076 if (IsJavaDebuggable()) { in InitNonZygoteOrPostFork()
1425 IsJavaDebuggable()); in Init()
1598 if (IsJavaDebuggable() || jit_options_->GetProfileSaverOptions().GetProfileBootClassPath()) { in Init()
1828 DCHECK(Dbg::IsJdwpAllowed() || !runtime->IsJavaDebuggable()) in EnsureJvmtiPlugin()
2750 return IsJavaDebuggable() && GetJit() != nullptr && in IsAsyncDeoptimizeable()
Dhidden_api.h124 Runtime::Current()->IsJavaDebuggable()) { in ComputeDomain()
Dhidden_api.cc521 if (kLogAllAccesses || deny_access || runtime->IsJavaDebuggable()) { in ShouldDenyAccessToMemberImpl()
Dquick_exception_handler.cc470 if (kIsDebugBuild || UNLIKELY(Runtime::Current()->IsJavaDebuggable())) { in HandleOptimizingDeoptimization()
Druntime.h721 bool IsJavaDebuggable() const { in IsJavaDebuggable() function
Dtrace.cc434 kTracerInstrumentationKey, /*needs_interpreter=*/!runtime->IsJavaDebuggable()); in Start()
Dinstrumentation.cc229 runtime->IsJavaDebuggable()) && in NeedDebugVersionFor()
Doat_file.cc279 return Runtime::Current() != nullptr && !IsDebuggable() && Runtime::Current()->IsJavaDebuggable(); in ShouldUnquickenVDex()
Dthread.cc2327 return !IsRuntimeThread() || !Runtime::Current()->IsJavaDebuggable(); in CanLoadClasses()
Dclass_linker.cc3136 !Runtime::Current()->IsJavaDebuggable()) { in FindClass()
3586 if (runtime->IsJavaDebuggable()) { in ShouldUseInterpreterEntrypoint()
/art/test/common/
Druntime_state.cc415 return Runtime::Current()->IsJavaDebuggable() ? JNI_TRUE : JNI_FALSE; in Java_Main_isDebuggable()
/art/runtime/native/
Ddalvik_system_VMDebug.cc592 if (!runtime->IsJavaDebuggable()) { in VMDebug_allowHiddenApiReflectionFrom()
Ddalvik_system_DexFile.cc885 if (!runtime->IsJavaDebuggable()) { in DexFile_setTrusted()
Ddalvik_system_VMRuntime.cc190 return Runtime::Current()->IsJavaDebuggable(); in VMRuntime_isJavaDebuggable()
/art/runtime/jit/
Djit.cc1043 if (Runtime::Current()->IsJavaDebuggable()) { in MapBootImageMethods()
1314 !runtime->IsJavaDebuggable()) { in RegisterDexFiles()
Djit_code_cache.cc740 DCHECK(cha_single_implementation_list.empty() || !Runtime::Current()->IsJavaDebuggable()) in Commit()