Home
last modified time | relevance | path

Searched refs:LastDebuggerActivity (Results 1 – 5 of 5) sorted by relevance

/art/runtime/jdwp/
Djdwp_main.cc604 int64_t JdwpState::LastDebuggerActivity() { in LastDebuggerActivity() function in art::JDWP::JdwpState
Djdwp.h150 int64_t LastDebuggerActivity();
/art/runtime/native/
Ddalvik_system_VMDebug.cc155 return Dbg::LastDebuggerActivity(); in VMDebug_lastDebuggerActivity()
/art/runtime/
Ddebugger.h270 static int64_t LastDebuggerActivity();
Ddebugger.cc761 int64_t Dbg::LastDebuggerActivity() { in LastDebuggerActivity() function in art::Dbg
762 return gJdwpState->LastDebuggerActivity(); in LastDebuggerActivity()