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

/art/runtime/
H A Djni_internal.cc350 class SharedLibrary { class in namespace:art
352 SharedLibrary(const std::string& path, void* handle, mirror::Object* class_loader) function in class:art::SharedLibrary
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());

Completed in 40 milliseconds