Searched refs:SharedLibrary (Results 1 – 1 of 1) sorted by relevance
73 class SharedLibrary { class75 SharedLibrary(JNIEnv* env, Thread* self, const std::string& path, void* handle, in SharedLibrary() function in art::SharedLibrary89 ~SharedLibrary() { in ~SharedLibrary()234 std::vector<SharedLibrary*> unload_libraries; in UnloadBootNativeLibraries()236 SharedLibrary* const library = it->second; in UnloadBootNativeLibraries()262 SharedLibrary* Get(const std::string& path) REQUIRES(Locks::jni_libraries_lock_) { in Get()267 void Put(const std::string& path, SharedLibrary* library) in Put()313 SharedLibrary* const library = lib.second; in FindNativeMethodInternal()339 std::vector<SharedLibrary*> unload_libraries; in UnloadNativeLibraries()343 SharedLibrary* const library = it->second; in UnloadNativeLibraries()[all …]