Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h686 void DropFindArrayClassCache() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass_linker.cc2385 DropFindArrayClassCache(); in VisitRoots()
9852 void ClassLinker::DropFindArrayClassCache() { in DropFindArrayClassCache() function in art::ClassLinker
/art/dex2oat/linker/
Dimage_writer.cc1422 class_linker->DropFindArrayClassCache(); in PruneNonImageClasses()