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 122 return Dbg::IsJdwpConfigured();
  /art/runtime/
debugger.h 115 static bool IsJdwpConfigured();
debugger.cc 166 // Broken-down JDWP options. (Only valid if IsJdwpConfigured() is true.)
439 if (!gJdwpAllowed || !IsJdwpConfigured()) {
582 bool Dbg::IsJdwpConfigured() {
    [all...]

Completed in 180 milliseconds