Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dthread_list.h182 void SweepInterpreterCaches(IsMarkedVisitor* visitor) const
H A Dthread_list.cc1413 void ThreadList::SweepInterpreterCaches(IsMarkedVisitor* visitor) const { in SweepInterpreterCaches() function in art::ThreadList
H A Druntime.cc737 thread_list_->SweepInterpreterCaches(visitor); in SweepSystemWeaks()