Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/466-get-live-vreg/
H A Dget_live_vreg_jni.cc66 !Runtime::Current()->IsJavaDebuggable()) { in CheckOptimizedOutRegLiveness()
/aosp_15_r20/art/runtime/
H A Druntime.cc1303 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()
1313 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()
1331 if (IsJavaDebuggable()) { in InitNonZygoteOrPostFork()
1805 IsJavaDebuggable()); in Init()
2002 if (IsJavaDebuggable() || jit_options_->GetProfileSaverOptions().GetProfileBootClassPath()) { in Init()
2249 DCHECK(Dbg::IsJdwpAllowed() || !runtime->IsJavaDebuggable()) in EnsureJvmtiPlugin()
3209 bool deoptimize_native_methods = Runtime::Current()->IsJavaDebuggable(); in operator ()()
H A Dstartup_completed_task.cc53 if (!runtime->IsJavaDebuggable()) { in Run()
H A Dcommon_runtime_test.cc432 if (runtime->IsJavaDebuggable()) { in StartDex2OatCommandLine()
478 if (runtime->IsJavaDebuggable()) { in CompileBootImage()
H A Dhidden_api.cc624 if (kLogAllAccesses || deny_access || runtime->IsJavaDebuggable()) { in ShouldDenyAccessToMemberImpl()
648 if (!deny_access && runtime->IsJavaDebuggable()) { in ShouldDenyAccessToMemberImpl()
H A Dinstrumentation.cc325 if (runtime->IsJavaDebuggable()) { in CanUseAotCode()
1040 DCHECK(Runtime::Current()->IsJavaDebuggable()); in EnableEntryExitHooks()
1796 if (Runtime::Current()->IsJavaDebuggable() && !needs_deopt && self->IsDeoptCheckRequired()) { in ShouldDeoptimizeCaller()
H A Dquick_exception_handler.cc599 if (kIsDebugBuild || UNLIKELY(Runtime::Current()->IsJavaDebuggable())) { in HandleOptimizingDeoptimization()
H A Druntime.h792 bool IsJavaDebuggable() const { in IsJavaDebuggable() function
H A Dtrace.cc816 if (!runtime->IsJavaDebuggable()) { in Start()
H A Dclass_linker.cc1481 if (!runtime->IsJavaDebuggable()) { in InitFromBootImage()
2281 runtime->IsJavaDebuggable())) { in AddImageSpace()
2307 runtime->IsJavaDebuggable()) { in AddImageSpace()
3357 !Runtime::Current()->IsJavaDebuggable()) { in FindClass()
3775 bool enable_boot_jni_stub = !runtime->IsJavaDebuggable(); in FixupStaticTrampolines()
H A Dthread.cc2568 return !IsRuntimeThread() || !Runtime::Current()->IsJavaDebuggable(); in CanLoadClasses()
/aosp_15_r20/art/test/461-get-reference-vreg/
H A Dget_reference_vreg_jni.cc32 !Runtime::Current()->IsJavaDebuggable(); in IsFrameCompiledAndNonDebuggable()
/aosp_15_r20/art/test/common/
H A Druntime_state.cc236 (method->IsNative() || !Runtime::Current()->IsJavaDebuggable())) { in ForceJitCompiled()
465 return Runtime::Current()->IsJavaDebuggable() ? JNI_TRUE : JNI_FALSE; in Java_Main_isDebuggable()
/aosp_15_r20/art/compiler/jit/
H A Djit_compiler.cc74 compiler_options_->SetDebuggable(runtime->IsJavaDebuggable()); in ParseCompilerOptions()
/aosp_15_r20/art/runtime/jit/
H A Djit.cc142 if (!Runtime::Current()->IsJavaDebuggable() && in TryPatternMatch()
960 if (Runtime::Current()->IsJavaDebuggable()) { in MapBootImageMethods()
1208 !runtime->IsJavaDebuggable()) { in RegisterDexFiles()
H A Djit_code_cache.cc764 DCHECK(cha_single_implementation_list.empty() || !Runtime::Current()->IsJavaDebuggable()) in Commit()
/aosp_15_r20/art/openjdkjvmti/
H A Ddeopt_manager.cc148 if (runtime->IsJavaDebuggable()) { in FinishSetup()
/aosp_15_r20/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc190 return Runtime::Current()->IsJavaDebuggable(); in VMRuntime_isJavaDebuggable()
/aosp_15_r20/art/runtime/interpreter/mterp/
H A Dnterp.cc59 return IsNterpSupported() && !runtime->IsJavaDebuggable() && !instr->EntryExitStubsInstalled() && in CanRuntimeUseNterp()
/aosp_15_r20/art/runtime/oat/
H A Doat_file_manager.cc791 if (runtime->IsJavaDebuggable()) { in RunBackgroundVerification()
/aosp_15_r20/art/perfetto_hprof/
H A Dperfetto_hprof.cc173 if (art::Runtime::Current()->IsJavaDebuggable() || IsDebugBuild()) { in IsOomeHeapDumpAllowed()
/aosp_15_r20/art/compiler/optimizing/
H A Doptimizing_compiler.cc1298 DCHECK_IMPLIES(method->IsCriticalNative(), !runtime->IsJavaDebuggable()); in JitCompile()