Searched refs:LastDebuggerActivity (Results 1 – 5 of 5) sorted by relevance
158 int64_t LastDebuggerActivity();
726 int64_t JdwpState::LastDebuggerActivity() { in LastDebuggerActivity() function in art::JDWP::JdwpState
166 return Dbg::LastDebuggerActivity(); in VMDebug_lastDebuggerActivity()
278 static int64_t LastDebuggerActivity();
765 int64_t Dbg::LastDebuggerActivity() { in LastDebuggerActivity() function in art::Dbg766 return gJdwpState->LastDebuggerActivity(); in LastDebuggerActivity()