Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h282 …static void GetChildThreadGroups(JDWP::ObjectId thread_group_id, std::vector<JDWP::ObjectId>& chil…
Ddebugger.cc1802 void Dbg::GetChildThreadGroups(JDWP::ObjectId thread_group_id, std::vector<JDWP::ObjectId>& child_t… in GetChildThreadGroups() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc1174 Dbg::GetChildThreadGroups(thread_group_id, child_thread_groups_ids); in TGR_Children()