Home
last modified time | relevance | path

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

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