Home
last modified time | relevance | path

Searched refs:IsJavaDebuggable (Results 1 – 16 of 16) 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()
Dhidden_api.cc461 if (kLogAllAccesses || deny_access || runtime->IsJavaDebuggable()) { in ShouldDenyAccessToMemberImpl()
Doat_file_manager.cc428 if (kEnableAppImage && (!runtime->IsJavaDebuggable() || source_oat_file->IsDebuggable())) { in ShouldLoadAppImage()
979 if (runtime->IsJavaDebuggable()) { in RunBackgroundVerification()
Druntime.h669 bool IsJavaDebuggable() const { in IsJavaDebuggable() function
Dtrace.cc433 kTracerInstrumentationKey, /*needs_interpreter=*/!runtime->IsJavaDebuggable()); in Start()
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()