Searched refs:SharedLibrary (Results 1 – 1 of 1) sorted by relevance
67 class SharedLibrary { class69 SharedLibrary(JNIEnv* env, Thread* self, const std::string& path, void* handle, in SharedLibrary() function in art::SharedLibrary83 ~SharedLibrary() { in ~SharedLibrary()238 SharedLibrary* Get(const std::string& path) REQUIRES(Locks::jni_libraries_lock_) { in Get()243 void Put(const std::string& path, SharedLibrary* library) in Put()288 SharedLibrary* const library = lib.second; in FindNativeMethodInternal()314 std::vector<SharedLibrary*> unload_libraries; in UnloadNativeLibraries()318 SharedLibrary* const library = it->second; in UnloadNativeLibraries()348 AllocationTrackingSafeMap<std::string, SharedLibrary*, kAllocatorTagJNILibraries> libraries_864 SharedLibrary* library; in LoadNativeLibrary()[all …]