Searched defs:Libraries (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Djava_vm_ext.cc211 class Libraries { class in namespace:art
213 Libraries() { function in class:art::Libraries
216 ~Libraries() {
464 libraries_(new Libraries),
727 os << "Libraries: " << Dumpable<Libraries>(*libraries_) << " (" << libraries_->size() << ")\n";
867 // TODO: move the locking (and more of this logic) into Libraries.
950 // class unloading. Libraries will only be unloaded when the reference count (incremented by
980 // TODO: move the locking (and more of this logic) into Libraries.

Completed in 27 milliseconds