Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc2169 std::vector<JDWP::ObjectId> child_thread_ids; in GetThreadGroupChildren() local
2170 GetThreads(thread_group, &child_thread_ids); in GetThreadGroupChildren()
2171 expandBufAdd4BE(pReply, child_thread_ids.size()); in GetThreadGroupChildren()
2172 for (JDWP::ObjectId child_thread_id : child_thread_ids) { in GetThreadGroupChildren()