Home
last modified time | relevance | path

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

/art/test/466-get-live-vreg/
Dget_live_vreg_jni.cc68 !Runtime::Current()->IsJavaDebuggable()) { in CheckOptimizedOutRegLiveness()
/art/compiler/jit/
Djit_compiler.cc64 compiler_options_->SetDebuggable(runtime->IsJavaDebuggable()); in ParseCompilerOptions()
/art/openjdkjvmti/
Ddeopt_manager.cc74 return !art::Runtime::Current()->IsJavaDebuggable() || in IsMethodBeingInspected()
170 if (!runtime->IsJavaDebuggable()) { in FinishSetup()
DOpenjdkJvmTi.cc93 return runtime->GetInstrumentation()->IsForcedInterpretOnly() || runtime->IsJavaDebuggable(); in IsFullJvmtiAvailable()
/art/dex2oat/
Ddex2oat_image_test.cc161 if (runtime->IsJavaDebuggable()) { in CompileBootImage()
/art/runtime/
Dhidden_api.h121 Runtime::Current()->IsJavaDebuggable()) { in ComputeDomain()
Dcommon_runtime_test.cc417 if (runtime->IsJavaDebuggable()) { in StartDex2OatCommandLine()
Doat_file_manager.cc428 if (kEnableAppImage && (!runtime->IsJavaDebuggable() || source_oat_file->IsDebuggable())) { in ShouldLoadAppImage()
979 if (runtime->IsJavaDebuggable()) { in RunBackgroundVerification()
Dhidden_api.cc461 if (kLogAllAccesses || deny_access || runtime->IsJavaDebuggable()) { in ShouldDenyAccessToMemberImpl()
Druntime.cc1357 IsJavaDebuggable()); in Init()
1547 if (IsJavaDebuggable()) { in Init()
1752 DCHECK(Dbg::IsJdwpAllowed() || !runtime->IsJavaDebuggable()) in EnsureJvmtiPlugin()
2658 return IsJavaDebuggable() && in IsAsyncDeoptimizeable()
Druntime.h669 bool IsJavaDebuggable() const { in IsJavaDebuggable() function
Dtrace.cc433 kTracerInstrumentationKey, /*needs_interpreter=*/!runtime->IsJavaDebuggable()); in Start()
Dinstrumentation.cc200 runtime->IsJavaDebuggable()) && in NeedDebugVersionFor()
Dthread.cc2320 return !IsRuntimeThread() || !Runtime::Current()->IsJavaDebuggable(); in CanLoadClasses()
Dclass_linker.cc2993 !Runtime::Current()->IsJavaDebuggable()) { in FindClass()
3391 if (runtime->IsJavaDebuggable()) { in ShouldUseInterpreterEntrypoint()
Ddebugger.cc686 if (!runtime->IsJavaDebuggable() && in GoActive()
/art/test/common/
Druntime_state.cc385 return Runtime::Current()->IsJavaDebuggable() ? JNI_TRUE : JNI_FALSE; in Java_Main_isDebuggable()
/art/runtime/native/
Ddalvik_system_VMDebug.cc598 if (!runtime->IsJavaDebuggable()) { in VMDebug_allowHiddenApiReflectionFrom()
Ddalvik_system_VMRuntime.cc191 return Runtime::Current()->IsJavaDebuggable(); in VMRuntime_isJavaDebuggable()
Ddalvik_system_DexFile.cc882 if (!runtime->IsJavaDebuggable()) { in DexFile_setTrusted()
/art/runtime/jit/
Djit_code_cache.cc1113 DCHECK(cha_single_implementation_list.empty() || !Runtime::Current()->IsJavaDebuggable()) in CommitCodeInternal()