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

  /art/runtime/jdwp/
jdwp.h 145 int64_t LastDebuggerActivity();
jdwp_main.cc 573 int64_t JdwpState::LastDebuggerActivity() {
  /art/runtime/native/
dalvik_system_VMDebug.cc 144 return Dbg::LastDebuggerActivity();
341 NATIVE_METHOD(VMDebug, lastDebuggerActivity, "!()J"),
  /art/runtime/
debugger.h 248 static int64_t LastDebuggerActivity();
debugger.cc 833 int64_t Dbg::LastDebuggerActivity() {
834 return gJdwpState->LastDebuggerActivity();
    [all...]

Completed in 418 milliseconds