Home
last modified time | relevance | path

Searched refs:SharedLibrary (Results 1 – 1 of 1) sorted by relevance

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