Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dnterp_impl.cc40 return IsNterpSupported() && !runtime->IsJavaDebuggable() && !instr->EntryExitStubsInstalled() && in CanRuntimeUseNterp()
/art/test/466-get-live-vreg/
Dget_live_vreg_jni.cc66 !Runtime::Current()->IsJavaDebuggable()) { in CheckOptimizedOutRegLiveness()
/art/runtime/
Dstartup_completed_task.cc53 if (!runtime->IsJavaDebuggable()) { in Run()
Dhidden_api.cc616 if (kLogAllAccesses || deny_access || runtime->IsJavaDebuggable()) { in ShouldDenyAccessToMemberImpl()
640 if (!deny_access && runtime->IsJavaDebuggable()) { in ShouldDenyAccessToMemberImpl()
Dcommon_runtime_test.cc431 if (runtime->IsJavaDebuggable()) { in StartDex2OatCommandLine()
477 if (runtime->IsJavaDebuggable()) { in CompileBootImage()
Dinstrumentation.cc295 if (runtime->IsJavaDebuggable()) { in CanUseAotCode()
925 DCHECK(Runtime::Current()->IsJavaDebuggable()); in EnableEntryExitHooks()
1623 if (Runtime::Current()->IsJavaDebuggable() && !needs_deopt && self->IsDeoptCheckRequired()) { in ShouldDeoptimizeCaller()
Druntime.cc1207 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()
1217 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()
1234 if (IsJavaDebuggable()) { in InitNonZygoteOrPostFork()
1676 IsJavaDebuggable()); in Init()
1872 if (IsJavaDebuggable() || jit_options_->GetProfileSaverOptions().GetProfileBootClassPath()) { in Init()
2119 DCHECK(Dbg::IsJdwpAllowed() || !runtime->IsJavaDebuggable()) in EnsureJvmtiPlugin()
3275 bool deoptimize_native_methods = Runtime::Current()->IsJavaDebuggable(); in operator ()()
Dquick_exception_handler.cc568 if (kIsDebugBuild || UNLIKELY(Runtime::Current()->IsJavaDebuggable())) { in HandleOptimizingDeoptimization()
Doat_file_manager.cc777 if (runtime->IsJavaDebuggable()) { in RunBackgroundVerification()
Druntime.h834 bool IsJavaDebuggable() const { in IsJavaDebuggable() function
Dtrace.cc536 if (!runtime->IsJavaDebuggable()) { in Start()
Dthread.cc2490 return !IsRuntimeThread() || !Runtime::Current()->IsJavaDebuggable(); in CanLoadClasses()
Dclass_linker.cc3224 !Runtime::Current()->IsJavaDebuggable()) { in FindClass()
/art/test/461-get-reference-vreg/
Dget_reference_vreg_jni.cc32 !Runtime::Current()->IsJavaDebuggable(); in IsFrameCompiledAndNonDebuggable()
/art/compiler/jit/
Djit_compiler.cc72 compiler_options_->SetDebuggable(runtime->IsJavaDebuggable()); in ParseCompilerOptions()
/art/test/common/
Druntime_state.cc232 (method->IsNative() || !Runtime::Current()->IsJavaDebuggable())) { in ForceJitCompiled()
436 return Runtime::Current()->IsJavaDebuggable() ? JNI_TRUE : JNI_FALSE; in Java_Main_isDebuggable()
/art/openjdkjvmti/
Ddeopt_manager.cc148 if (runtime->IsJavaDebuggable()) { in FinishSetup()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc190 return Runtime::Current()->IsJavaDebuggable(); in VMRuntime_isJavaDebuggable()
/art/runtime/jit/
Djit.cc1072 if (Runtime::Current()->IsJavaDebuggable()) { in MapBootImageMethods()
1324 !runtime->IsJavaDebuggable()) { in RegisterDexFiles()
Djit_code_cache.cc740 DCHECK(cha_single_implementation_list.empty() || !Runtime::Current()->IsJavaDebuggable()) in Commit()
/art/perfetto_hprof/
Dperfetto_hprof.cc176 if (art::Runtime::Current()->IsJavaDebuggable() || IsDebugBuild()) { in IsOomeHeapDumpAllowed()
/art/compiler/optimizing/
Doptimizing_compiler.cc1265 DCHECK_IMPLIES(method->IsCriticalNative(), !runtime->IsJavaDebuggable()); in JitCompile()