Home | History | Annotate | Download | only in runtime

Lines Matching defs:Libraries

197 class Libraries {
199 Libraries() {
202 ~Libraries() {
249 // We only search libraries loaded by the appropriate ClassLoader.
273 // Unload native libraries with cleared class loaders.
286 // the native libraries of the boot class loader.
296 // Do this without holding the jni libraries lock to prevent possible deadlocks.
434 libraries_(new Libraries),
599 os << "Libraries: " << Dumpable<Libraries>(*libraries_) << " (" << libraries_->size() << ")\n";
735 // TODO: move the locking (and more of this logic) into Libraries.
785 // class unloading. Libraries will only be unloaded when the reference count (incremented by
818 // TODO: move the locking (and more of this logic) into Libraries.
821 // Create SharedLibrary ahead of taking the libraries lock to maintain lock ordering.