Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h465 static JDWP::JdwpError GetThreadGroupName(JDWP::ObjectId thread_group_id,
Ddebugger.cc2132 JDWP::JdwpError Dbg::GetThreadGroupName(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) { in GetThreadGroupName() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc1129 return Dbg::GetThreadGroupName(thread_group_id, pReply); in TGR_Name()