Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h623 void DropFindArrayClassCache() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass_linker.cc2339 DropFindArrayClassCache(); in VisitRoots()
9565 void ClassLinker::DropFindArrayClassCache() { in DropFindArrayClassCache() function in art::ClassLinker
/art/dex2oat/linker/
Dimage_writer.cc1790 class_linker->DropFindArrayClassCache(); in PruneNonImageClasses()