Home
last modified time | relevance | path

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

/art/test/466-get-live-vreg/
Dget_live_vreg_jni.cc52 !Runtime::Current()->IsJavaDebuggable()) { in VisitFrame()
/art/openjdkjvmti/
Ddeopt_manager.cc66 return !art::Runtime::Current()->IsJavaDebuggable() || in IsMethodBeingInspected()
115 if (!runtime->IsJavaDebuggable()) { in FinishSetup()
DOpenjdkJvmTi.cc91 return runtime->GetInstrumentation()->IsForcedInterpretOnly() || runtime->IsJavaDebuggable(); in IsFullJvmtiAvailable()
/art/compiler/jit/
Djit_compiler.cc104 compiler_options_->SetDebuggable(Runtime::Current()->IsJavaDebuggable()); in JitCompiler()
/art/runtime/
Dhidden_api.h181 Runtime::Current()->IsJavaDebuggable()) { in IsCallerTrusted()
Dhidden_api.cc218 const bool shouldWarn = kLogAllAccesses || runtime->IsJavaDebuggable(); in GetMemberActionImpl()
Doat_file_manager.cc532 if (kEnableAppImage && (!runtime->IsJavaDebuggable() || source_oat_file->IsDebuggable())) { in OpenDexFilesFromOat()
Druntime.h642 bool IsJavaDebuggable() const { in IsJavaDebuggable() function
Druntime.cc1467 if (IsJavaDebuggable()) { in Init()
1639 DCHECK(Dbg::IsJdwpAllowed() || !runtime->IsJavaDebuggable()) in EnsureJvmtiPlugin()
2507 return IsJavaDebuggable() && in IsAsyncDeoptimizeable()
Doat_file_assistant.cc818 if (runtime->IsJavaDebuggable()) { in Dex2Oat()
Dinstrumentation.cc146 runtime->IsJavaDebuggable()) && in NeedDebugVersionFor()
Ddebugger.cc691 if (!runtime->IsJavaDebuggable() && in GoActive()
Dclass_linker.cc2938 if (runtime->IsJavaDebuggable()) { in ShouldUseInterpreterEntrypoint()
/art/dex2oat/
Ddex2oat_image_test.cc161 if (runtime->IsJavaDebuggable()) { in CompileBootImage()
Ddex2oat_test.cc192 if (runtime->IsJavaDebuggable()) { in Dex2Oat()
/art/patchoat/
Dpatchoat_test.cc96 if (runtime->IsJavaDebuggable()) { in CompileBootImage()
/art/runtime/native/
Ddalvik_system_VMDebug.cc580 if (!runtime->IsJavaDebuggable()) { in VMDebug_allowHiddenApiReflectionFrom()
Ddalvik_system_DexFile.cc824 if (!runtime->IsJavaDebuggable()) { in DexFile_setTrusted()
Ddalvik_system_VMRuntime.cc189 return Runtime::Current()->IsJavaDebuggable(); in VMRuntime_isJavaDebuggable()
/art/runtime/jit/
Djit_code_cache.cc810 DCHECK(cha_single_implementation_list.empty() || !Runtime::Current()->IsJavaDebuggable()) in CommitCodeInternal()