Home | History | Annotate | Download | only in runtime

Lines Matching defs:SharedLibrary

445 class SharedLibrary {
447 SharedLibrary(const std::string& path, void* handle, Object* class_loader)
564 SharedLibrary* Get(const std::string& path) {
569 void Put(const std::string& path, SharedLibrary* library) {
580 SharedLibrary* library = lib.second;
604 SafeMap<std::string, SharedLibrary*> libraries_;
3128 SharedLibrary* library;
3188 library = new SharedLibrary(path, handle, class_loader);