Searched refs:SharedLibrary (Results 1 – 1 of 1) sorted by relevance
350 class SharedLibrary { class352 SharedLibrary(const std::string& path, void* handle, mirror::Object* class_loader) in SharedLibrary() function in art::SharedLibrary497 SharedLibrary* Get(const std::string& path) { in Get()502 void Put(const std::string& path, SharedLibrary* library) { in Put()513 SharedLibrary* library = lib.second; in FindNativeMethod()551 AllocationTrackingSafeMap<std::string, SharedLibrary*, kAllocatorTagJNILibrarires> libraries_;3234 SharedLibrary* library; in LoadNativeLibrary()3302 library = new SharedLibrary(path, handle, class_loader.Get()); in LoadNativeLibrary()