Searched refs:dex_files (Results 26 - 29 of 29) sorted by relevance

12

/art/runtime/
H A Dclass_linker_test.cc672 std::vector<const DexFile*> dex_files(GetDexFiles(jclass_loader));
673 ASSERT_EQ(dex_files.size(), 1U);
674 EXPECT_TRUE(EndsWith(dex_files[0]->GetLocation(), "Nested.jar"));
H A Dclass_linker.h564 jobject CreatePathClassLoader(Thread* self, const std::vector<const DexFile*>& dex_files)
H A Dclass_linker.cc1047 std::vector<std::unique_ptr<const DexFile>> dex_files; local
1052 /*out*/&dex_files,
1058 std::make_move_iterator(dex_files.begin()),
1059 std::make_move_iterator(dex_files.end()));
7868 const std::vector<const DexFile*>& dex_files) {
7883 mirror::ObjectArray<mirror::Object>::Alloc(self, dex_elements_class, dex_files.size())));
7899 for (const DexFile* dex_file : dex_files) {
7867 CreatePathClassLoader(Thread* self, const std::vector<const DexFile*>& dex_files) argument
/art/oatdump/
H A Doatdump.cc2243 std::vector<std::unique_ptr<const DexFile>> dex_files; local
2244 if (!runtime->GetClassLinker()->OpenImageDexFiles(space.get(), &dex_files, &error_msg)) {

Completed in 131 milliseconds

12