Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h582 void DropFindArrayClassCache() SHARED_REQUIRES(Locks::mutator_lock_);
Dclass_linker.cc1888 DropFindArrayClassCache(); in VisitRoots()
8080 void ClassLinker::DropFindArrayClassCache() { in DropFindArrayClassCache() function in art::ClassLinker
/art/compiler/
Dimage_writer.cc916 class_linker->DropFindArrayClassCache(); in PruneNonImageClasses()