Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMDebug.cc161 return Dbg::IsJdwpConfigured(); in VMDebug_isDebuggingEnabled()
/art/runtime/
Ddebugger.h243 static bool IsJdwpConfigured();
Ddebugger.cc504 if (!gJdwpAllowed || !IsJdwpConfigured()) { in StartJdwp()
696 bool Dbg::IsJdwpConfigured() { in IsJdwpConfigured() function in art::Dbg