Home
last modified time | relevance | path

Searched refs:Prune (Results 1 – 2 of 2) sorted by relevance

/art/libnativeloader/
Dlibnativeloader.map.txt17 # TODO(b/122710865): Prune these uses once the runtime APEX is complete.
/art/dex2oat/linker/
Dimage_writer.cc1193 size_t Prune() REQUIRES_SHARED(Locks::mutator_lock_) { in Prune() function in art::linker::ImageWriter::PruneClassesVisitor
1224 removed_class_count_ += classes_visitor.Prune(); in Visit()