Searched refs:thread_ids (Results 1 – 2 of 2) sorted by relevance
187 std::vector<ObjectId> thread_ids; in VM_AllThreads() local188 Dbg::GetThreads(nullptr /* all thread groups */, &thread_ids); in VM_AllThreads()190 expandBufAdd4BE(pReply, thread_ids.size()); in VM_AllThreads()191 for (uint32_t i = 0; i < thread_ids.size(); ++i) { in VM_AllThreads()192 expandBufAddObjectId(pReply, thread_ids[i]); in VM_AllThreads()
477 static void GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids)