Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.h197 EXPORT void SweepInterpreterCaches(IsMarkedVisitor* visitor) const
Dthread_list.cc1590 void ThreadList::SweepInterpreterCaches(IsMarkedVisitor* visitor) const { in SweepInterpreterCaches() function in art::ThreadList
/art/runtime/gc/collector/
Dsemi_space.cc506 runtime->GetThreadList()->SweepInterpreterCaches(this); in SweepSystemWeaks()
/art/openjdkjvmti/
Dti_heap.cc1863 runtime->GetThreadList()->SweepInterpreterCaches(&rwv); in ReplaceWeakRoots()