Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h158 int64_t LastDebuggerActivity();
Djdwp_main.cc726 int64_t JdwpState::LastDebuggerActivity() { in LastDebuggerActivity() function in art::JDWP::JdwpState
/art/runtime/native/
Ddalvik_system_VMDebug.cc184 return Dbg::LastDebuggerActivity(); in VMDebug_lastDebuggerActivity()
/art/runtime/
Ddebugger.h288 static int64_t LastDebuggerActivity();
Ddebugger.cc759 int64_t Dbg::LastDebuggerActivity() { in LastDebuggerActivity() function in art::Dbg
760 return gJdwpState->LastDebuggerActivity(); in LastDebuggerActivity()