Home | History | Annotate | Download | only in jdwp

Lines Matching refs:thread_ids

227   std::vector<ObjectId> thread_ids;
228 Dbg::GetThreads(nullptr /* all thread groups */, &thread_ids);
230 expandBufAdd4BE(pReply, thread_ids.size());
231 for (uint32_t i = 0; i < thread_ids.size(); ++i) {
232 expandBufAddObjectId(pReply, thread_ids[i]);