Searched refs:GetThreads (Results 1 – 3 of 3) sorted by relevance
470 static void GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids)
2170 GetThreads(thread_group, &child_thread_ids); in GetThreadGroupChildren()2293 void Dbg::GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids) { in GetThreads() function in art::Dbg
184 Dbg::GetThreads(nullptr /* all thread groups */, &thread_ids); in VM_AllThreads()