Searched refs:GetThreads (Results 1 – 4 of 4) sorted by relevance
168 static void GetThreads(art::Handle<art::mirror::Object> thread_group, in GetThreads() function238 GetThreads(thread_group, &thread_peers); in GetThreadGroupChildren()
489 static void GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids)
2210 GetThreads(thread_group, &child_thread_ids); in GetThreadGroupChildren()2337 void Dbg::GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids) { in GetThreads() function in art::Dbg
188 Dbg::GetThreads(nullptr /* all thread groups */, &thread_ids); in VM_AllThreads()