Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc2179 std::vector<JDWP::ObjectId> child_thread_groups_ids; in GetThreadGroupChildren() local
2180 GetChildThreadGroups(soa, thread_group, &child_thread_groups_ids); in GetThreadGroupChildren()
2181 expandBufAdd4BE(pReply, child_thread_groups_ids.size()); in GetThreadGroupChildren()
2182 for (JDWP::ObjectId child_thread_group_id : child_thread_groups_ids) { in GetThreadGroupChildren()