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

  /art/runtime/native/
dalvik_system_VMDebug.cc 136 return Dbg::IsDebuggerActive();
dalvik_system_VMRuntime.cc 130 return Dbg::IsDebuggerActive();
555 NATIVE_METHOD(VMRuntime, isDebuggerActive, "!()Z"),
  /art/runtime/jdwp/
jdwp_main.cc 574 if (!Dbg::IsDebuggerActive()) {
  /art/runtime/
debugger.cc 825 bool Dbg::IsDebuggerActive() {
    [all...]
debugger.h 236 static bool IsDebuggerActive();

Completed in 193 milliseconds