Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc187 std::vector<ObjectId> thread_ids; in VM_AllThreads() local
188 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()
/art/runtime/
Ddebugger.h477 static void GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids)