Searched refs:SharedLibrary (Results 1 – 1 of 1) sorted by relevance
71 class SharedLibrary { class73 SharedLibrary(JNIEnv* env, Thread* self, const std::string& path, void* handle, in SharedLibrary() function in art::SharedLibrary87 ~SharedLibrary() { in ~SharedLibrary()232 std::vector<SharedLibrary*> unload_libraries; in UnloadBootNativeLibraries()234 SharedLibrary* const library = it->second; in UnloadBootNativeLibraries()260 SharedLibrary* Get(const std::string& path) REQUIRES(Locks::jni_libraries_lock_) { in Get()265 void Put(const std::string& path, SharedLibrary* library) in Put()311 SharedLibrary* const library = lib.second; in FindNativeMethodInternal()337 std::vector<SharedLibrary*> unload_libraries; in UnloadNativeLibraries()341 SharedLibrary* const library = it->second; in UnloadNativeLibraries()[all …]