Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dthread_list.cc1416 thread->SweepInterpreterCache(visitor); in SweepInterpreterCaches()
H A Dthread.h1490 void SweepInterpreterCache(IsMarkedVisitor* visitor) REQUIRES_SHARED(Locks::mutator_lock_);
H A Dthread.cc4189 void Thread::SweepInterpreterCache(IsMarkedVisitor* visitor) { in SweepInterpreterCache() function in art::Thread