Home
last modified time | relevance | path

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

/art/test/466-get-live-vreg/
Dget_live_vreg_jni.cc66 !Runtime::Current()->IsJavaDebuggable()) { in CheckOptimizedOutRegLiveness()
/art/runtime/
Dinstrumentation-inl.h37 if (runtime->IsJavaDebuggable()) { in CanUseAotCode()
Dstartup_completed_task.cc53 if (!runtime->IsJavaDebuggable()) { in Run()
Dcommon_runtime_test.cc433 if (runtime->IsJavaDebuggable()) { in StartDex2OatCommandLine()
479 if (runtime->IsJavaDebuggable()) { in CompileBootImage()
Dhidden_api.cc706 if (kLogAllAccesses || deny_access || runtime->IsJavaDebuggable()) { in ShouldDenyAccessToMemberImpl()
736 if (!deny_access && runtime->IsJavaDebuggable()) { in ShouldDenyAccessToMemberImpl()
Druntime.cc1305 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()
1315 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()
1332 if (IsJavaDebuggable()) { in InitNonZygoteOrPostFork()
1841 IsJavaDebuggable()); in Init()
2044 if (IsJavaDebuggable() || jit_options_->GetProfileSaverOptions().GetProfileBootClassPath()) { in Init()
2260 DCHECK(Dbg::IsJdwpAllowed() || !runtime->IsJavaDebuggable()) in EnsureJvmtiPlugin()
3220 bool deoptimize_native_methods = Runtime::Current()->IsJavaDebuggable(); in operator ()()
Dinstrumentation.cc1009 DCHECK(Runtime::Current()->IsJavaDebuggable()); in EnableEntryExitHooks()
1765 if (Runtime::Current()->IsJavaDebuggable() && !needs_deopt && self->IsDeoptCheckRequired()) { in ShouldDeoptimizeCaller()
Dquick_exception_handler.cc600 if (kIsDebugBuild || UNLIKELY(Runtime::Current()->IsJavaDebuggable())) { in HandleOptimizingDeoptimization()
Druntime.h795 bool IsJavaDebuggable() const { in IsJavaDebuggable() function
Dtrace.cc695 if (!runtime->IsJavaDebuggable()) { in Start()
Dclass_linker.cc1455 if (!runtime->IsJavaDebuggable()) { in InitFromBootImage()
2308 runtime->IsJavaDebuggable())) { in AddImageSpace()
2334 runtime->IsJavaDebuggable()) { in AddImageSpace()
3391 !Runtime::Current()->IsJavaDebuggable()) { in FindClass()
3809 bool enable_boot_jni_stub = !runtime->IsJavaDebuggable(); in FixupStaticTrampolines()
Dthread.cc2588 return !IsRuntimeThread() || !Runtime::Current()->IsJavaDebuggable(); in CanLoadClasses()
/art/test/461-get-reference-vreg/
Dget_reference_vreg_jni.cc32 !Runtime::Current()->IsJavaDebuggable(); in IsFrameCompiledAndNonDebuggable()
/art/compiler/jit/
Djit_compiler.cc74 compiler_options_->SetDebuggable(runtime->IsJavaDebuggable()); in ParseCompilerOptions()
/art/test/common/
Druntime_state.cc235 (method->IsNative() || !Runtime::Current()->IsJavaDebuggable())) { in ForceJitCompiled()
464 return Runtime::Current()->IsJavaDebuggable() ? JNI_TRUE : JNI_FALSE; in Java_Main_isDebuggable()
/art/runtime/jit/
Djit.cc142 if (!Runtime::Current()->IsJavaDebuggable() && in TryPatternMatch()
960 if (Runtime::Current()->IsJavaDebuggable()) { in MapBootImageMethods()
1208 !runtime->IsJavaDebuggable()) { in RegisterDexFiles()
Djit_code_cache.cc764 DCHECK(cha_single_implementation_list.empty() || !Runtime::Current()->IsJavaDebuggable()) in Commit()
/art/openjdkjvmti/
Ddeopt_manager.cc148 if (runtime->IsJavaDebuggable()) { in FinishSetup()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc191 return Runtime::Current()->IsJavaDebuggable(); in VMRuntime_isJavaDebuggable()
/art/runtime/interpreter/mterp/
Dnterp.cc66 return IsNterpSupported() && !runtime->IsJavaDebuggable() && !instr->EntryExitStubsInstalled() && in CanRuntimeUseNterp()
/art/runtime/oat/
Doat_file_manager.cc790 if (runtime->IsJavaDebuggable()) { in RunBackgroundVerification()
/art/perfetto_hprof/
Dperfetto_hprof.cc173 if (art::Runtime::Current()->IsJavaDebuggable() || IsDebugBuild()) { in IsOomeHeapDumpAllowed()
/art/compiler/optimizing/
Doptimizing_compiler.cc1377 DCHECK_IMPLIES(method->IsCriticalNative(), !runtime->IsJavaDebuggable()); in JitCompile()