Home
last modified time | relevance | path

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

/art/adbconnection/
Dadbconnection.cc83 return art::Dbg::IsJdwpAllowed(); in IsDebuggingPossible()
683 CHECK(art::Dbg::IsJdwpAllowed()); in HandleDataWithoutAgent()
/art/runtime/native/
Ddalvik_system_VMDebug.cc576 if (!Dbg::IsJdwpAllowed()) { in VMDebug_nativeAttachAgent()
/art/runtime/
Ddebugger.h236 static bool IsJdwpAllowed();
Druntime.cc1752 DCHECK(Dbg::IsJdwpAllowed() || !runtime->IsJavaDebuggable()) in EnsureJvmtiPlugin()
1756 if (!Dbg::IsJdwpAllowed()) { in EnsureJvmtiPlugin()
Ddebugger.cc622 bool Dbg::IsJdwpAllowed() { in IsJdwpAllowed() function in art::Dbg