Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dclass_linker.h698 void DropFindArrayClassCache() REQUIRES_SHARED(Locks::mutator_lock_);
H A Dclass_linker.cc2181 DropFindArrayClassCache(); in VisitRoots()
10115 void ClassLinker::DropFindArrayClassCache() { in DropFindArrayClassCache() function in art::ClassLinker
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc1196 class_linker->DropFindArrayClassCache(); in PruneNonImageClasses()