Home
last modified time | relevance | path

Searched refs:GetThreadDebugSuspendCount (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddebugger.h482 static JDWP::JdwpError GetThreadDebugSuspendCount(JDWP::ObjectId thread_id,
Ddebugger.cc2302 JDWP::JdwpError Dbg::GetThreadDebugSuspendCount(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadDebugSuspendCount() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc1118 return Dbg::GetThreadDebugSuspendCount(thread_id, pReply); in TR_DebugSuspendCount()