Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h717 void DropFindArrayClassCache() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass_linker.cc2528 DropFindArrayClassCache(); in VisitRoots()
10923 void ClassLinker::DropFindArrayClassCache() { in DropFindArrayClassCache() function in art::ClassLinker
/art/dex2oat/linker/
Dimage_writer.cc1235 class_linker->DropFindArrayClassCache(); in PruneNonImageClasses()