Home
last modified time | relevance | path

Searched refs:dex_file_loader (Results 1 – 25 of 33) sorted by relevance

12

/art/test/983-source-transform-verify/
Dsource_transform_art.cc44 ArtDexFileLoader dex_file_loader(class_data, class_data_len, "fake_location.dex"); in VerifyClassData() local
46 std::unique_ptr<const DexFile> dex(dex_file_loader.Open(/*location_checksum*/ 0, in VerifyClassData()
/art/libdexfile/dex/
Ddex_file_loader_test.cc368 DexFileLoader dex_file_loader(dex_bytes->data(), dex_bytes->size(), location); in OpenDexFilesBase64() local
370 dex_file_loader.Open(/* verify= */ true, kVerifyChecksum, error_code, error_msg, dex_files); in OpenDexFilesBase64()
397 DexFileLoader dex_file_loader(dex_bytes->data(), dex_bytes->size(), location); in OpenDexFileInMemoryBase64() local
398 std::unique_ptr<const DexFile> dex_file(dex_file_loader.Open(location_checksum, in OpenDexFileInMemoryBase64()
503 DexFileLoader dex_file_loader(dex_bytes.data(), dex_bytes.size(), kLocationString); in TEST_F() local
504 ASSERT_FALSE(dex_file_loader.Open( in TEST_F()
526 DexFileLoader dex_file_loader(dex_bytes.data(), dex_bytes.size(), kLocationString); in TEST_F() local
527 ASSERT_FALSE(dex_file_loader.Open( in TEST_F()
Dcode_item_accessors_test.cc48 DexFileLoader dex_file_loader(data->data(), data->size(), "location"); in CreateFakeDex() local
50 std::unique_ptr<const DexFile> dex(dex_file_loader.Open(/*location_checksum=*/123, in CreateFakeDex()
Dart_dex_file_loader_test.cc68 ArtDexFileLoader dex_file_loader(&file, zip_file); in TEST_F() local
69 ASSERT_TRUE(dex_file_loader.Open(/*verify=*/false, in TEST_F()
84 ArtDexFileLoader dex_file_loader(&file, zip_file); in TEST_F() local
85 ASSERT_TRUE(dex_file_loader.Open(/*verify=*/false, in TEST_F()
Dtest_dex_file_builder.h240 DexFileLoader dex_file_loader(std::move(dex_file_data), dex_location);
241 std::unique_ptr<const DexFile> dex_file(dex_file_loader.Open(location_checksum,
Ddex_file_verifier_test.cc103 DexFileLoader dex_file_loader(dex_bytes.get(), length, location); in OpenDexFileBase64() local
105 bool success = dex_file_loader.Open(/* verify= */ true, in OpenDexFileBase64()
/art/runtime/
Dsdk_checker.cc34 DexFileLoader dex_file_loader(path); in Create() local
35 if (!dex_file_loader.Open(/*verify=*/true, in Create()
Ddexopt_test.cc121 ArtDexFileLoader dex_file_loader(dex_location); in GenerateOatForTest() local
122 ASSERT_TRUE(dex_file_loader.Open( in GenerateOatForTest()
Dcommon_runtime_test.h92 ArtDexFileLoader dex_file_loader(input_jar); in MutateDexFile()
93 CHECK(dex_file_loader.Open(/*verify=*/true, in MutateDexFile()
Dvdex_file.cc225 ArtDexFileLoader dex_file_loader(dex_file_container, location); in OpenAllDexFiles() local
226 std::unique_ptr<const DexFile> dex(dex_file_loader.OpenOne(dex_file_start - Begin(), in OpenAllDexFiles()
Dcommon_runtime_test.cc557 ArtDexFileLoader dex_file_loader(dex); in VisitDexes() local
558 CHECK(dex_file_loader.Open(/*verify*/ true, in VisitDexes()
Dclass_loader_context.cc481 ArtDexFileLoader dex_file_loader(&file, location); in OpenDexFiles() local
482 if (!dex_file_loader.GetMultiDexChecksum( in OpenDexFiles()
495 ArtDexFileLoader dex_file_loader(&file, location); in OpenDexFiles() local
496 if (!dex_file_loader.Open(/*verify=*/false, in OpenDexFiles()
/art/tools/dexanalyze/
Ddexanalyze.cc211 DexFileLoader dex_file_loader( in Run()
213 if (!dex_file_loader.Open(options.run_dex_file_verifier_, in Run()
/art/dexlist/
Ddexlist.cc175 DexFileLoader dex_file_loader( in processFile()
177 if (!dex_file_loader.Open( in processFile()
/art/openjdkjvmti/
Dti_class_definition.cc177 art::ArtDexFileLoader dex_file_loader(dex_file.GetLocation()); in Init() local
178 if (!dex_file_loader.Open(/* verify= */ false, in Init()
Dti_search.cc238 art::ArtDexFileLoader dex_file_loader(segment); in AddToBootstrapClassLoaderSearch() local
239 if (!dex_file_loader.Open(/* verify= */ true, in AddToBootstrapClassLoaderSearch()
/art/tools/art_verifier/
Dart_verifier.cc45 ArtDexFileLoader dex_file_loader(dex_filename); in LoadDexFile() local
47 if (!dex_file_loader.Open(/* verify= */ true, in LoadDexFile()
/art/libartbase/base/
Dcommon_art_test.h176 ArtDexFileLoader dex_file_loader(input_jar); in MutateDexFile()
177 CHECK(dex_file_loader.Open(/*verify*/ true, in MutateDexFile()
Dcommon_art_test.cc410 ArtDexFileLoader dex_file_loader(filename.c_str(), std::string(location)); in LoadExpectSingleDexFile() local
411 if (!dex_file_loader.Open(/* verify= */ true, kVerifyChecksum, &error_msg, &dex_files)) { in LoadExpectSingleDexFile()
530 ArtDexFileLoader dex_file_loader(filename); in OpenDexFiles() local
532 bool success = dex_file_loader.Open(kVerify, kVerifyChecksum, &error_msg, &dex_files); in OpenDexFiles()
/art/runtime/oat/
Doat_file.cc838 ArtDexFileLoader dex_file_loader(&file, dex_file_location); in Setup() local
839 loaded = dex_file_loader.Open( in Setup()
843 ArtDexFileLoader dex_file_loader(dex_file, dex_file_location); in Setup() local
844 loaded = dex_file_loader.Open( in Setup()
847 ArtDexFileLoader dex_file_loader(dex_file_name.c_str(), dex_file_location); in Setup() local
848 loaded = dex_file_loader.Open( in Setup()
1812 ArtDexFileLoader dex_file_loader(&file, dex_location); in Open() local
1813 loaded = dex_file_loader.Open(/*verify=*/false, in Open()
1818 ArtDexFileLoader dex_file_loader(dex_location); in Open() local
1819 loaded = dex_file_loader.Open(/*verify=*/false, in Open()
[all …]
Doat_file_manager.cc471 ArtDexFileLoader dex_file_loader(dex_location); in OpenDexFilesFromOat() local
472 if (!dex_file_loader.Open(Runtime::Current()->IsVerificationEnabled(), in OpenDexFilesFromOat()
575 ArtDexFileLoader dex_file_loader(std::move(dex_mem_maps[i]), in OpenDexFilesFromOat_Impl() local
577 std::unique_ptr<const DexFile> dex_file(dex_file_loader.Open( in OpenDexFilesFromOat_Impl()
/art/tools/veridex/
Dveridex.cc308 DexFileLoader dex_file_loader( in Load()
310 if (!dex_file_loader.Open( in Load()
/art/profman/
Dprofman.cc621 ArtDexFileLoader dex_file_loader(&file, dex_locations_[i]); in OpenApkFilesFromLocations() local
622 if (dex_file_loader.Open(/*verify=*/false, in OpenApkFilesFromLocations()
637 ArtDexFileLoader dex_file_loader(&file, dex_locations_[i]); in OpenApkFilesFromLocations() local
638 if (dex_file_loader.Open(/*verify=*/false, in OpenApkFilesFromLocations()
/art/dex2oat/
Ddex2oat_test.cc608 ArtDexFileLoader dex_file_loader(location); in GenerateProfile() local
609 ASSERT_TRUE(dex_file_loader.Open( in GenerateProfile()
794 ArtDexFileLoader dex_file_loader(location); in CheckResult() local
795 ASSERT_TRUE(dex_file_loader.Open( in CheckResult()
/art/tools/hiddenapi/
Dhiddenapi.cc300 DexFileLoader dex_file_loader(filename); in OpenDexFiles() local
302 bool success = dex_file_loader.Open(/* verify= */ true, in OpenDexFiles()

12