Searched refs:LastDebuggerActivity (Results 1 – 5 of 5) sorted by relevance
604 int64_t JdwpState::LastDebuggerActivity() { in LastDebuggerActivity() function in art::JDWP::JdwpState
150 int64_t LastDebuggerActivity();
155 return Dbg::LastDebuggerActivity(); in VMDebug_lastDebuggerActivity()
270 static int64_t LastDebuggerActivity();
761 int64_t Dbg::LastDebuggerActivity() { in LastDebuggerActivity() function in art::Dbg762 return gJdwpState->LastDebuggerActivity(); in LastDebuggerActivity()