Lines Matching refs:Libraries
540 class Libraries {
542 Libraries() {
545 ~Libraries() {
582 // We only search libraries loaded by the appropriate ClassLoader.
3005 libraries_lock("JNI shared libraries map lock", kLoadLibraryLock),
3006 libraries(new Libraries),
3018 delete libraries;
3071 os << "Libraries: " << Dumpable<Libraries>(*libraries) << " (" << libraries->size() << ")\n";
3131 // TODO: move the locking (and more of this logic) into Libraries.
3133 library = libraries->Get(path);
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.
3186 library = libraries->Get(path);
3189 libraries->Put(path, library);
3267 native_method = libraries->FindNativeMethod(m, detail);