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.cc1067 (Dbg::IsJdwpAllowed() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()
1834 DCHECK(Dbg::IsJdwpAllowed() || !runtime->IsJavaDebuggable()) in EnsureJvmtiPlugin()
1838 if (!Dbg::IsJdwpAllowed()) { in EnsureJvmtiPlugin()
Ddebugger.cc135 bool Dbg::IsJdwpAllowed() { in IsJdwpAllowed() function in art::Dbg
/art/adbconnection/
Dadbconnection.cc91 return art::Dbg::IsJdwpAllowed(); in IsDebuggingPossible()
650 CHECK(art::Dbg::IsJdwpAllowed()); in HandleDataWithoutAgent()
/art/runtime/native/
Ddalvik_system_VMDebug.cc580 if (!Dbg::IsJdwpAllowed()) { in VMDebug_nativeAttachAgent()