Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMDebug.cc140 return Dbg::IsJdwpConfigured(); in VMDebug_isDebuggingEnabled()
/art/runtime/
Ddebugger.h239 static bool IsJdwpConfigured();
Ddebugger.cc644 if (!gJdwpAllowed || !IsJdwpConfigured()) { in StartJdwp()
829 bool Dbg::IsJdwpConfigured() { in IsJdwpConfigured() function in art::Dbg