Home
last modified time | relevance | path

Searched defs: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
/art/runtime/
Ddebugger.cc2337 void Dbg::GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids) { in GetThreads()