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 151 return Dbg::IsJdwpConfigured();
  /art/runtime/
debugger.h 239 static bool IsJdwpConfigured();
    [all...]
debugger.cc 280 // JDWP options for debugging. Only valid if IsJdwpConfigured() is true.
484 if (!gJdwpAllowed || !IsJdwpConfigured()) {
696 bool Dbg::IsJdwpConfigured() {
    [all...]

Completed in 312 milliseconds