Searched refs:IsJdwpAllowed (Results 1 – 5 of 5) sorted by relevance
83 return art::Dbg::IsJdwpAllowed(); in IsDebuggingPossible()683 CHECK(art::Dbg::IsJdwpAllowed()); in HandleDataWithoutAgent()
576 if (!Dbg::IsJdwpAllowed()) { in VMDebug_nativeAttachAgent()
236 static bool IsJdwpAllowed();
1752 DCHECK(Dbg::IsJdwpAllowed() || !runtime->IsJavaDebuggable()) in EnsureJvmtiPlugin()1756 if (!Dbg::IsJdwpAllowed()) { in EnsureJvmtiPlugin()
622 bool Dbg::IsJdwpAllowed() { in IsJdwpAllowed() function in art::Dbg