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

/art/runtime/
H A Ddebugger.h442 static JDWP::JdwpError GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply)
H A Ddebugger.cc2040 JDWP::JdwpError Dbg::GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { function in class:art::Dbg
2047 ScopedAssertNoThreadSuspension ants(soa.Self(), "Debugger: GetThreadGroup");
/art/runtime/jdwp/
H A Djdwp_handler.cc975 return Dbg::GetThreadGroup(thread_id, pReply);

Completed in 69 milliseconds