Searched refs:GetThreads (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Ddebugger.h444 static void GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids)
H A Ddebugger.cc2106 GetThreads(thread_group, &child_thread_ids);
2230 void Dbg::GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids) { function in class:art::Dbg
/art/runtime/jdwp/
H A Djdwp_handler.cc228 Dbg::GetThreads(nullptr /* all thread groups */, &thread_ids);

Completed in 40 milliseconds