Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h442 static JDWP::JdwpError GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply)
Ddebugger.cc2040 JDWP::JdwpError Dbg::GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadGroup() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc975 return Dbg::GetThreadGroup(thread_id, pReply); in TR_ThreadGroup()