Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_threadgroup.cc168 static void GetThreads(art::Handle<art::mirror::Object> thread_group, in GetThreads() function
238 GetThreads(thread_group, &thread_peers); in GetThreadGroupChildren()
/art/runtime/
Ddebugger.h489 static void GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids)
Ddebugger.cc2210 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
/art/runtime/jdwp/
Djdwp_handler.cc188 Dbg::GetThreads(nullptr /* all thread groups */, &thread_ids); in VM_AllThreads()