Searched refs:shared_libraries (Results 1 – 8 of 8) sorted by relevance
79 for (size_t i = 0; i < info->shared_libraries.size(); ++i) { in AddToWorkList()80 work_list.push_back(info->shared_libraries[i].get()); in AddToWorkList()238 std::vector<std::string> shared_libraries; in ParseClassLoaderSpec() local281 info->shared_libraries.push_back(std::move(shared_library)); in ParseClassLoaderSpec()654 if (!info.shared_libraries.empty()) { in EncodeContextInternal()656 for (uint32_t i = 0; i < info.shared_libraries.size(); ++i) { in EncodeContextInternal()661 *info.shared_libraries[i].get(), in EncodeContextInternal()664 (stored_info == nullptr ? nullptr : stored_info->shared_libraries[i].get()), in EncodeContextInternal()721 if (!info.shared_libraries.empty()) { in CreateClassLoaderInternal()725 info.shared_libraries.size())); in CreateClassLoaderInternal()[all …]
98 ScopedNullHandle<mirror::ObjectArray<mirror::ClassLoader>> shared_libraries; in LoadModule() local105 shared_libraries); in LoadModule()
95 ASSERT_EQ(info.shared_libraries.size(), expected_size); in VerifySharedLibrariesSize()244 ASSERT_GT(info.shared_libraries.size(), shared_library_index); in VerifyClassLoaderInfoSL()246 *info.shared_libraries[shared_library_index].get(); in VerifyClassLoaderInfoSL()747 Handle<mirror::ObjectArray<mirror::ClassLoader>> shared_libraries( in TEST_F() local749 ASSERT_EQ(shared_libraries->GetLength(), 2); in TEST_F()752 Handle<mirror::ClassLoader> class_loader_2 = hs.NewHandle(shared_libraries->Get(0)); in TEST_F()763 Handle<mirror::ClassLoader> class_loader_3 = hs.NewHandle(shared_libraries->Get(1)); in TEST_F()832 Handle<mirror::ObjectArray<mirror::ClassLoader>> shared_libraries( in TEST_F() local834 ASSERT_EQ(shared_libraries->GetLength(), 1); in TEST_F()836 Handle<mirror::ClassLoader> class_loader_2 = hs.NewHandle(shared_libraries->Get(0)); in TEST_F()[all …]
276 jobject shared_libraries) { in LoadDexInWellKnownClassLoader() argument292 shared_libraries); in LoadDexInWellKnownClassLoader()320 jobject shared_libraries) { in LoadDexInPathClassLoader() argument324 shared_libraries); in LoadDexInPathClassLoader()
120 jobject shared_libraries = nullptr);126 jobject shared_libraries = nullptr);
175 std::vector<std::unique_ptr<ClassLoaderInfo>> shared_libraries; member
590 jobject shared_libraries = nullptr)608 Handle<mirror::ObjectArray<mirror::ClassLoader>> shared_libraries)
2709 Handle<mirror::ObjectArray<mirror::ClassLoader>> shared_libraries( in FindClassInSharedLibraries() local2712 for (int32_t i = 0; i < shared_libraries->GetLength(); ++i) { in FindClassInSharedLibraries()2713 temp_loader.Assign(shared_libraries->Get(i)); in FindClassInSharedLibraries()9392 Handle<mirror::ObjectArray<mirror::ClassLoader>> shared_libraries) { in CreateWellKnownClassLoader() argument9513 shared_libraries_field->SetObject<false>(h_class_loader.Get(), shared_libraries.Get()); in CreateWellKnownClassLoader()9522 jobject shared_libraries) { in CreateWellKnownClassLoader() argument9542 hs.NewHandle(soa.Decode<mirror::ObjectArray<mirror::ClassLoader>>(shared_libraries)); in CreateWellKnownClassLoader()