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

/art/runtime/
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 31 milliseconds