Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc246 thread_list_(nullptr), in Runtime()
448 thread_list_->ShutDown(); in ~Runtime()
464 delete thread_list_; in ~Runtime()
465 thread_list_ = nullptr; in ~Runtime()
716 thread_list_->SweepInterpreterCaches(visitor); in SweepSystemWeaks()
1313 thread_list_ = new ThreadList(runtime_options.GetOrDefault(Opt::ThreadSuspendTimeout)); in Init()
2022 thread_list_->DumpForSigQuit(os); in DumpForSigQuit()
2132 thread_list_->Unregister(self); in DetachCurrentThread()
2227 thread_list_->VisitRoots(visitor, flags); in VisitThreadRoots()
2236 thread_list_->VisitReflectiveTargets(visitor); in VisitReflectiveTargets()
Druntime.h353 return thread_list_; in GetThreadList()
1095 ThreadList* thread_list_; variable