Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc1412 thread->SweepInterpreterCache(visitor); in SweepInterpreterCaches()
Dthread.h1469 void SweepInterpreterCache(IsMarkedVisitor* visitor) REQUIRES_SHARED(Locks::mutator_lock_);
Dthread.cc4054 void Thread::SweepInterpreterCache(IsMarkedVisitor* visitor) { in SweepInterpreterCache() function in art::Thread