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