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

/art/test/466-get-live-vreg/
H A Dget_live_vreg_jni.cc52 !Runtime::Current()->IsJavaDebuggable()) {
/art/compiler/jit/
H A Djit_compiler.cc104 compiler_options_->SetDebuggable(Runtime::Current()->IsJavaDebuggable());
/art/runtime/
H A Dhidden_api.h181 Runtime::Current()->IsJavaDebuggable()) {
H A Dhidden_api.cc218 const bool shouldWarn = kLogAllAccesses || runtime->IsJavaDebuggable();
H A Doat_file_manager.cc532 if (kEnableAppImage && (!runtime->IsJavaDebuggable() || source_oat_file->IsDebuggable())) {
H A Druntime.cc1467 if (IsJavaDebuggable()) {
1639 DCHECK(Dbg::IsJdwpAllowed() || !runtime->IsJavaDebuggable())
2507 return IsJavaDebuggable() &&
H A Doat_file_assistant.cc818 if (runtime->IsJavaDebuggable()) {
H A Druntime.h642 bool IsJavaDebuggable() const { function in class:art::verifier::VerifyMode
H A Dinstrumentation.cc146 runtime->IsJavaDebuggable()) &&
H A Ddebugger.cc691 if (!runtime->IsJavaDebuggable() &&
H A Dclass_linker.cc2938 if (runtime->IsJavaDebuggable()) {
/art/openjdkjvmti/
H A Ddeopt_manager.cc66 return !art::Runtime::Current()->IsJavaDebuggable() ||
115 if (!runtime->IsJavaDebuggable()) {
H A DOpenjdkJvmTi.cc91 return runtime->GetInstrumentation()->IsForcedInterpretOnly() || runtime->IsJavaDebuggable();
/art/dex2oat/
H A Ddex2oat_image_test.cc161 if (runtime->IsJavaDebuggable()) {
H A Ddex2oat_test.cc192 if (runtime->IsJavaDebuggable()) {
/art/patchoat/
H A Dpatchoat_test.cc96 if (runtime->IsJavaDebuggable()) {
/art/runtime/native/
H A Ddalvik_system_DexFile.cc824 if (!runtime->IsJavaDebuggable()) {
H A Ddalvik_system_VMDebug.cc580 if (!runtime->IsJavaDebuggable()) {
H A Ddalvik_system_VMRuntime.cc189 return Runtime::Current()->IsJavaDebuggable();
/art/runtime/jit/
H A Djit_code_cache.cc810 DCHECK(cha_single_implementation_list.empty() || !Runtime::Current()->IsJavaDebuggable())

Completed in 354 milliseconds