Home | History | Annotate | Download | only in jdwp

Lines Matching defs:thread_ids

187   std::vector<ObjectId> thread_ids;
188 Dbg::GetThreads(nullptr /* all thread groups */, &thread_ids);
190 expandBufAdd4BE(pReply, thread_ids.size());
191 for (uint32_t i = 0; i < thread_ids.size(); ++i) {
192 expandBufAddObjectId(pReply, thread_ids[i]);