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

/art/runtime/
H A Djni_internal.cc473 class Libraries { class in namespace:art
475 Libraries() { function in class:art::Libraries
478 ~Libraries() {
3129 libraries(new Libraries),
3189 os << "Libraries: " << Dumpable<Libraries>(*libraries) << " (" << libraries->size() << ")\n";
3237 // TODO: move the locking (and more of this logic) into Libraries.
3270 // class unloading. Libraries will only be unloaded when the reference count (incremented by
3296 // TODO: move the locking (and more of this logic) into Libraries.
3421 // Libraries contain
[all...]

Completed in 62 milliseconds