Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMDebug.cc151 return Dbg::IsJdwpConfigured(); in VMDebug_isDebuggingEnabled()
/art/runtime/
Ddebugger.h254 static bool IsJdwpConfigured();
Ddebugger.cc577 if (!gJdwpAllowed || !IsJdwpConfigured()) { in StartJdwp()
757 bool Dbg::IsJdwpConfigured() { in IsJdwpConfigured() function in art::Dbg