Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h707 void DropFindArrayClassCache() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass_linker.cc2453 DropFindArrayClassCache(); in VisitRoots()
10723 void ClassLinker::DropFindArrayClassCache() { in DropFindArrayClassCache() function in art::ClassLinker
/art/dex2oat/linker/
Dimage_writer.cc1010 class_linker->DropFindArrayClassCache(); in PruneNonImageClasses()