Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context.cc79 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() local
281 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 …]
Dmodule_exclusion_test.cc98 ScopedNullHandle<mirror::ObjectArray<mirror::ClassLoader>> shared_libraries; in LoadModule() local
105 shared_libraries); in LoadModule()
Dclass_loader_context_test.cc95 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() local
749 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() local
834 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 …]
Dcommon_runtime_test.h120 jobject shared_libraries = nullptr);
126 jobject shared_libraries = nullptr);
Dcommon_runtime_test.cc276 jobject shared_libraries) { in LoadDexInWellKnownClassLoader() argument
292 shared_libraries); in LoadDexInWellKnownClassLoader()
320 jobject shared_libraries) { in LoadDexInPathClassLoader() argument
324 shared_libraries); in LoadDexInPathClassLoader()
Dclass_loader_context.h175 std::vector<std::unique_ptr<ClassLoaderInfo>> shared_libraries; member
Dclass_linker.h590 jobject shared_libraries = nullptr)
608 Handle<mirror::ObjectArray<mirror::ClassLoader>> shared_libraries)