Home
last modified time | relevance | path

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

/art/test/466-get-live-vreg/
Dget_live_vreg_jni.cc50 !Runtime::Current()->IsJavaDebuggable()) { in VisitFrame()
/art/compiler/jit/
Djit_compiler.cc101 compiler_options_->SetDebuggable(Runtime::Current()->IsJavaDebuggable()); in JitCompiler()
/art/dex2oat/
Ddex2oat_image_test.cc150 if (runtime->IsJavaDebuggable()) { in CompileBootImage()
Ddex2oat_test.cc161 if (runtime->IsJavaDebuggable()) { in Dex2Oat()
/art/runtime/
Druntime.h565 bool IsJavaDebuggable() const { in IsJavaDebuggable() function
Druntime.cc1340 if (IsJavaDebuggable()) { in Init()
1491 if (!runtime->IsJavaDebuggable()) { in EnsureJvmtiPlugin()
2322 return IsJavaDebuggable() && in IsAsyncDeoptimizeable()
Doat_file_assistant.cc792 if (runtime->IsJavaDebuggable()) { in Dex2Oat()
Dinstrumentation.cc137 Runtime::Current()->IsJavaDebuggable() && in NeedDebugVersionFor()
Ddebugger.cc630 if (!runtime->IsJavaDebuggable() && in GoActive()
Dclass_linker.cc3091 if (runtime->IsJavaDebuggable()) { in ShouldUseInterpreterEntrypoint()
/art/runtime/jit/
Djit_code_cache.cc631 DCHECK(cha_single_implementation_list.empty() || !Runtime::Current()->IsJavaDebuggable()) in CommitCodeInternal()