Home
last modified time | relevance | path

Searched refs:IsJavaDebuggable (Results 1 – 21 of 21) 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.cc64 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()
633 (runtime->GetInstrumentation()->IsForcedInterpretOnly() || runtime->IsJavaDebuggable())) { in GetExtensionEvents()
DOpenjdkJvmTi.cc95 return runtime->GetInstrumentation()->IsForcedInterpretOnly() || runtime->IsJavaDebuggable(); in IsFullJvmtiAvailable()
/art/runtime/
Dcommon_runtime_test.cc426 if (runtime->IsJavaDebuggable()) { in StartDex2OatCommandLine()
471 if (runtime->IsJavaDebuggable()) { in CompileBootImage()
Druntime.cc1067 (Dbg::IsJdwpAllowed() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()
1077 if (IsJavaDebuggable()) { in InitNonZygoteOrPostFork()
1431 IsJavaDebuggable()); in Init()
1604 if (IsJavaDebuggable() || jit_options_->GetProfileSaverOptions().GetProfileBootClassPath()) { in Init()
1834 DCHECK(Dbg::IsJdwpAllowed() || !runtime->IsJavaDebuggable()) in EnsureJvmtiPlugin()
2754 return IsJavaDebuggable() && GetJit() != nullptr && in IsAsyncDeoptimizeable()
Dhidden_api.h124 Runtime::Current()->IsJavaDebuggable()) { in ComputeDomain()
Doat_file_manager.cc434 if (kEnableAppImage && (!runtime->IsJavaDebuggable() || source_oat_file->IsDebuggable())) { in ShouldLoadAppImage()
1019 if (runtime->IsJavaDebuggable()) { in RunBackgroundVerification()
Dhidden_api.cc515 if (kLogAllAccesses || deny_access || runtime->IsJavaDebuggable()) { in ShouldDenyAccessToMemberImpl()
Druntime.h725 bool IsJavaDebuggable() const { in IsJavaDebuggable() function
Dtrace.cc434 kTracerInstrumentationKey, /*needs_interpreter=*/!runtime->IsJavaDebuggable()); in Start()
Dinstrumentation.cc229 runtime->IsJavaDebuggable()) && in NeedDebugVersionFor()
Doat_file.cc278 return Runtime::Current() != nullptr && !IsDebuggable() && Runtime::Current()->IsJavaDebuggable(); in ShouldUnquickenVDex()
/art/test/common/
Druntime_state.cc415 return Runtime::Current()->IsJavaDebuggable() ? JNI_TRUE : JNI_FALSE; in Java_Main_isDebuggable()
/art/runtime/native/
Ddalvik_system_VMDebug.cc602 if (!runtime->IsJavaDebuggable()) { in VMDebug_allowHiddenApiReflectionFrom()
Ddalvik_system_VMRuntime.cc190 return Runtime::Current()->IsJavaDebuggable(); in VMRuntime_isJavaDebuggable()
Ddalvik_system_DexFile.cc885 if (!runtime->IsJavaDebuggable()) { in DexFile_setTrusted()
/art/runtime/jit/
Djit.cc1042 if (Runtime::Current()->IsJavaDebuggable()) { in MapBootImageMethods()
1309 !runtime->IsJavaDebuggable()) { in RegisterDexFiles()
Djit_code_cache.cc701 DCHECK(cha_single_implementation_list.empty() || !Runtime::Current()->IsJavaDebuggable()) in Commit()