Home
last modified time | relevance | path

Searched refs:IsJdwpConfigured (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddebugger.h273 static bool IsJdwpConfigured();
Ddebugger.cc376 return Dbg::IsJdwpConfigured(); in IsDebuggerConfigured()
553 if (!gJdwpAllowed || !IsJdwpConfigured()) { in StartJdwp()
755 bool Dbg::IsJdwpConfigured() { in IsJdwpConfigured() function in art::Dbg