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

/art/runtime/
H A Djni_internal.h47 class Libraries;
129 Libraries* libraries GUARDED_BY(libraries_lock);
H A Djni_internal.cc540 class Libraries { class in namespace:art
542 Libraries() { function in class:art::Libraries
545 ~Libraries() {
3006 libraries(new Libraries),
3071 os << "Libraries: " << Dumpable<Libraries>(*libraries) << " (" << libraries->size() << ")\n";
3131 // TODO: move the locking (and more of this logic) into Libraries.
3164 // class unloading. Libraries will only be unloaded when the reference count (incremented by
3182 // TODO: move the locking (and more of this logic) into Libraries.

Completed in 315 milliseconds