/aosp_15_r20/art/test/466-get-live-vreg/ |
H A D | get_live_vreg_jni.cc | 66 !Runtime::Current()->IsJavaDebuggable()) { in CheckOptimizedOutRegLiveness()
|
/aosp_15_r20/art/runtime/ |
H A D | runtime.cc | 1303 (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 D | startup_completed_task.cc | 53 if (!runtime->IsJavaDebuggable()) { in Run()
|
H A D | common_runtime_test.cc | 432 if (runtime->IsJavaDebuggable()) { in StartDex2OatCommandLine() 478 if (runtime->IsJavaDebuggable()) { in CompileBootImage()
|
H A D | hidden_api.cc | 624 if (kLogAllAccesses || deny_access || runtime->IsJavaDebuggable()) { in ShouldDenyAccessToMemberImpl() 648 if (!deny_access && runtime->IsJavaDebuggable()) { in ShouldDenyAccessToMemberImpl()
|
H A D | instrumentation.cc | 325 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 D | quick_exception_handler.cc | 599 if (kIsDebugBuild || UNLIKELY(Runtime::Current()->IsJavaDebuggable())) { in HandleOptimizingDeoptimization()
|
H A D | runtime.h | 792 bool IsJavaDebuggable() const { in IsJavaDebuggable() function
|
H A D | trace.cc | 816 if (!runtime->IsJavaDebuggable()) { in Start()
|
H A D | class_linker.cc | 1481 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 D | thread.cc | 2568 return !IsRuntimeThread() || !Runtime::Current()->IsJavaDebuggable(); in CanLoadClasses()
|
/aosp_15_r20/art/test/461-get-reference-vreg/ |
H A D | get_reference_vreg_jni.cc | 32 !Runtime::Current()->IsJavaDebuggable(); in IsFrameCompiledAndNonDebuggable()
|
/aosp_15_r20/art/test/common/ |
H A D | runtime_state.cc | 236 (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 D | jit_compiler.cc | 74 compiler_options_->SetDebuggable(runtime->IsJavaDebuggable()); in ParseCompilerOptions()
|
/aosp_15_r20/art/runtime/jit/ |
H A D | jit.cc | 142 if (!Runtime::Current()->IsJavaDebuggable() && in TryPatternMatch() 960 if (Runtime::Current()->IsJavaDebuggable()) { in MapBootImageMethods() 1208 !runtime->IsJavaDebuggable()) { in RegisterDexFiles()
|
H A D | jit_code_cache.cc | 764 DCHECK(cha_single_implementation_list.empty() || !Runtime::Current()->IsJavaDebuggable()) in Commit()
|
/aosp_15_r20/art/openjdkjvmti/ |
H A D | deopt_manager.cc | 148 if (runtime->IsJavaDebuggable()) { in FinishSetup()
|
/aosp_15_r20/art/runtime/native/ |
H A D | dalvik_system_VMRuntime.cc | 190 return Runtime::Current()->IsJavaDebuggable(); in VMRuntime_isJavaDebuggable()
|
/aosp_15_r20/art/runtime/interpreter/mterp/ |
H A D | nterp.cc | 59 return IsNterpSupported() && !runtime->IsJavaDebuggable() && !instr->EntryExitStubsInstalled() && in CanRuntimeUseNterp()
|
/aosp_15_r20/art/runtime/oat/ |
H A D | oat_file_manager.cc | 791 if (runtime->IsJavaDebuggable()) { in RunBackgroundVerification()
|
/aosp_15_r20/art/perfetto_hprof/ |
H A D | perfetto_hprof.cc | 173 if (art::Runtime::Current()->IsJavaDebuggable() || IsDebugBuild()) { in IsOomeHeapDumpAllowed()
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | optimizing_compiler.cc | 1298 DCHECK_IMPLIES(method->IsCriticalNative(), !runtime->IsJavaDebuggable()); in JitCompile()
|