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

  /art/runtime/jdwp/
jdwp.h 154 int64_t LastDebuggerActivity();
jdwp_main.cc 613 int64_t JdwpState::LastDebuggerActivity() {
  /art/runtime/native/
dalvik_system_VMDebug.cc 165 return Dbg::LastDebuggerActivity();
552 FAST_NATIVE_METHOD(VMDebug, lastDebuggerActivity, "()J"),
  /art/runtime/
debugger.h 258 static int64_t LastDebuggerActivity();
    [all...]
debugger.cc 700 int64_t Dbg::LastDebuggerActivity() {
701 return gJdwpState->LastDebuggerActivity();
    [all...]

Completed in 98 milliseconds