Home
last modified time | relevance | path

Searched refs:IsJdwpAllowed (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Ddebugger.h40 static bool IsJdwpAllowed();
Druntime.cc1136 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()
1146 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()
2039 DCHECK(Dbg::IsJdwpAllowed() || !runtime->IsJavaDebuggable()) in EnsureJvmtiPlugin()
2043 if (!Dbg::IsJdwpAllowed()) { in EnsureJvmtiPlugin()
Ddebugger.cc135 bool Dbg::IsJdwpAllowed() { in IsJdwpAllowed() function in art::Dbg
/art/adbconnection/
Dadbconnection.cc93 return art::Dbg::IsJdwpAllowed(); in IsDebuggingPossible()
673 CHECK(art::Dbg::IsJdwpAllowed()); in HandleDataWithoutAgent()
/art/runtime/native/
Ddalvik_system_VMDebug.cc442 if (!Dbg::IsJdwpAllowed()) { in VMDebug_nativeAttachAgent()