Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc2219 std::vector<JDWP::ObjectId> child_thread_groups_ids; in GetThreadGroupChildren() local
2220 GetChildThreadGroups(thread_group, &child_thread_groups_ids); in GetThreadGroupChildren()
2221 expandBufAdd4BE(pReply, child_thread_groups_ids.size()); in GetThreadGroupChildren()
2222 for (JDWP::ObjectId child_thread_group_id : child_thread_groups_ids) { in GetThreadGroupChildren()