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

  /art/runtime/jdwp/
jdwp.h 153 int64_t LastDebuggerActivity();
jdwp_main.cc 606 int64_t JdwpState::LastDebuggerActivity() {
  /art/runtime/native/
dalvik_system_VMDebug.cc 155 return Dbg::LastDebuggerActivity();
494 NATIVE_METHOD(VMDebug, lastDebuggerActivity, "!()J"),
  /art/runtime/
debugger.h 254 static int64_t LastDebuggerActivity();
    [all...]
debugger.cc 700 int64_t Dbg::LastDebuggerActivity() {
701 return gJdwpState->LastDebuggerActivity();
    [all...]

Completed in 206 milliseconds