Searched refs:shared_libraries (Results 1 – 15 of 15) sorted by relevance
/aosp12/art/runtime/ |
H A D | class_loader_context.cc | 80 for (size_t i = 0; i < info->shared_libraries.size(); ++i) { in AddToWorkList() 81 work_list.push_back(info->shared_libraries[i].get()); in AddToWorkList() 239 std::vector<std::string> shared_libraries; in ParseClassLoaderSpec() local 712 if (!info.shared_libraries.empty()) { in EncodeSharedLibAndParent() 719 *info.shared_libraries[i].get(), in EncodeSharedLibAndParent() 779 if (!info.shared_libraries.empty()) { in CreateClassLoaderInternal() 783 info.shared_libraries.size())); in CreateClassLoaderInternal() 790 *info.shared_libraries[i].get(), in CreateClassLoaderInternal() 1334 if (info.shared_libraries.size() != expected_info.shared_libraries.size()) { in ClassLoaderInfoMatch() 1337 << ", found=" << info.shared_libraries.size() in ClassLoaderInfoMatch() [all …]
|
H A D | common_runtime_test.cc | 258 jobject shared_libraries) { in LoadDexInWellKnownClassLoader() argument 276 shared_libraries); in LoadDexInWellKnownClassLoader() 304 jobject shared_libraries) { in LoadDexInPathClassLoader() argument 307 shared_libraries); in LoadDexInPathClassLoader() 312 jobject shared_libraries) { in LoadDexInPathClassLoader() argument 316 shared_libraries); in LoadDexInPathClassLoader()
|
H A D | class_loader_context_test.cc | 95 ASSERT_EQ(info.shared_libraries.size(), expected_size); in VerifySharedLibrariesSize() 356 ASSERT_GT(info.shared_libraries.size(), shared_library_index); in VerifyClassLoaderInfoSL() 358 *info.shared_libraries[shared_library_index].get(); in VerifyClassLoaderInfoSL() 793 Handle<mirror::ObjectArray<mirror::ClassLoader>> shared_libraries( in TEST_F() local 795 ASSERT_EQ(shared_libraries->GetLength(), 2); in TEST_F() 878 Handle<mirror::ObjectArray<mirror::ClassLoader>> shared_libraries( in TEST_F() local 880 ASSERT_EQ(shared_libraries->GetLength(), 1); in TEST_F() 907 ASSERT_EQ(shared_libraries->GetLength(), 1); in TEST_F() 978 Handle<mirror::ObjectArray<mirror::ClassLoader>> shared_libraries( in TEST_F() local 980 ASSERT_EQ(shared_libraries->GetLength(), 1); in TEST_F() [all …]
|
H A D | common_runtime_test.h | 157 jobject shared_libraries = nullptr); 160 jobject shared_libraries = nullptr); 166 jobject shared_libraries = nullptr);
|
H A D | module_exclusion_test.cc | 108 ScopedNullHandle<mirror::ObjectArray<mirror::ClassLoader>> shared_libraries; in LoadModule() local 115 shared_libraries); in LoadModule()
|
H A D | class_loader_context.h | 227 std::vector<std::unique_ptr<ClassLoaderInfo>> shared_libraries; member
|
H A D | class_linker.h | 670 jobject shared_libraries = nullptr) 688 Handle<mirror::ObjectArray<mirror::ClassLoader>> shared_libraries)
|
H A D | class_linker.cc | 2658 Handle<mirror::ObjectArray<mirror::ClassLoader>> shared_libraries( in FindClassInSharedLibraries() local 2661 for (auto loader : shared_libraries.Iterate<mirror::ClassLoader>()) { in FindClassInSharedLibraries() 9942 Handle<mirror::ObjectArray<mirror::ClassLoader>> shared_libraries) { in CreateWellKnownClassLoader() argument 10063 shared_libraries_field->SetObject<false>(h_class_loader.Get(), shared_libraries.Get()); in CreateWellKnownClassLoader() 10072 jobject shared_libraries) { in CreateWellKnownClassLoader() argument 10092 hs.NewHandle(soa.Decode<mirror::ObjectArray<mirror::ClassLoader>>(shared_libraries)); in CreateWellKnownClassLoader()
|
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/tests/ |
H A D | Android.bp | 15 shared_libraries = [ 39 shared_libs: shared_libraries, 56 shared_libs: shared_libraries,
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | otapreopt_parameters.cpp | 223 shared_libraries = ParseNull(param); in ReadArgumentsV1() 332 shared_libraries = ParseNull(param); in ReadArgumentsPostV1() 371 if (shared_libraries != nullptr && std::string("&") == shared_libraries) { in ReadArgumentsPostV1()
|
H A D | otapreopt_parameters.h | 44 const char* shared_libraries; variable
|
H A D | otapreopt.cpp | 491 parameters_.shared_libraries, in Dexopt()
|
/aosp12/frameworks/base/core/proto/android/content/ |
H A D | configuration.proto | 86 repeated string shared_libraries = 10; field
|
/aosp12/frameworks/native/cmds/installd/tests/ |
H A D | installd_otapreopt_test.cpp | 68 ASSERT_STREQ(params.shared_libraries, ParseNull(args[i++])); in verifyPackageParameters()
|
/aosp12/frameworks/base/core/proto/android/service/ |
H A D | package.proto | 59 repeated SharedLibraryProto shared_libraries = 3; field
|