Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc1751 : soa_(soa), desired_thread_group_(desired_thread_group), thread_ids_(thread_ids) {} in GetThreads()
1783 if (desired_thread_group_ == NULL) { in GetThreads()
1787 return (group == desired_thread_group_); in GetThreads()
1791 mirror::Object* const desired_thread_group_; in GetThreads() member in art::Dbg::GetThreads::ThreadListVisitor