Home | History | Annotate | Download | only in runtime

Lines Matching defs:SharedLibrary

350 class SharedLibrary {
352 SharedLibrary(const std::string& path, void* handle, mirror::Object* class_loader)
497 SharedLibrary* Get(const std::string& path) {
502 void Put(const std::string& path, SharedLibrary* library) {
513 SharedLibrary* library = lib.second;
551 AllocationTrackingSafeMap<std::string, SharedLibrary*, kAllocatorTagJNILibrarires> libraries_;
3234 SharedLibrary* library;
3302 library = new SharedLibrary(path, handle, class_loader.Get());