Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h448 static void GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids)
Ddebugger.cc2118 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
/art/runtime/jdwp/
Djdwp_handler.cc228 Dbg::GetThreads(nullptr /* all thread groups */, &thread_ids); in VM_AllThreads()