HomeSort by relevance Sort by last modified time
    Searched refs:IsJdwpConfigured (Results 1 - 3 of 3) sorted by null

  /art/runtime/native/
dalvik_system_VMDebug.cc 161 return Dbg::IsJdwpConfigured();
  /art/runtime/
debugger.h 243 static bool IsJdwpConfigured();
    [all...]
debugger.cc 295 // JDWP options for debugging. Only valid if IsJdwpConfigured() is true.
504 if (!gJdwpAllowed || !IsJdwpConfigured()) {
696 bool Dbg::IsJdwpConfigured() {
    [all...]

Completed in 64 milliseconds