/art/test/983-source-transform-verify/ |
D | source_transform_art.cc | 44 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/ |
D | dex_file_loader_test.cc | 368 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()
|
D | code_item_accessors_test.cc | 48 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()
|
D | art_dex_file_loader_test.cc | 68 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()
|
D | test_dex_file_builder.h | 240 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,
|
D | dex_file_verifier_test.cc | 103 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/ |
D | sdk_checker.cc | 34 DexFileLoader dex_file_loader(path); in Create() local 35 if (!dex_file_loader.Open(/*verify=*/true, in Create()
|
D | dexopt_test.cc | 121 ArtDexFileLoader dex_file_loader(dex_location); in GenerateOatForTest() local 122 ASSERT_TRUE(dex_file_loader.Open( in GenerateOatForTest()
|
D | common_runtime_test.h | 92 ArtDexFileLoader dex_file_loader(input_jar); in MutateDexFile() 93 CHECK(dex_file_loader.Open(/*verify=*/true, in MutateDexFile()
|
D | vdex_file.cc | 225 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()
|
D | common_runtime_test.cc | 557 ArtDexFileLoader dex_file_loader(dex); in VisitDexes() local 558 CHECK(dex_file_loader.Open(/*verify*/ true, in VisitDexes()
|
D | class_loader_context.cc | 481 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/ |
D | dexanalyze.cc | 211 DexFileLoader dex_file_loader( in Run() 213 if (!dex_file_loader.Open(options.run_dex_file_verifier_, in Run()
|
/art/dexlist/ |
D | dexlist.cc | 175 DexFileLoader dex_file_loader( in processFile() 177 if (!dex_file_loader.Open( in processFile()
|
/art/openjdkjvmti/ |
D | ti_class_definition.cc | 177 art::ArtDexFileLoader dex_file_loader(dex_file.GetLocation()); in Init() local 178 if (!dex_file_loader.Open(/* verify= */ false, in Init()
|
D | ti_search.cc | 238 art::ArtDexFileLoader dex_file_loader(segment); in AddToBootstrapClassLoaderSearch() local 239 if (!dex_file_loader.Open(/* verify= */ true, in AddToBootstrapClassLoaderSearch()
|
/art/tools/art_verifier/ |
D | art_verifier.cc | 45 ArtDexFileLoader dex_file_loader(dex_filename); in LoadDexFile() local 47 if (!dex_file_loader.Open(/* verify= */ true, in LoadDexFile()
|
/art/libartbase/base/ |
D | common_art_test.h | 176 ArtDexFileLoader dex_file_loader(input_jar); in MutateDexFile() 177 CHECK(dex_file_loader.Open(/*verify*/ true, in MutateDexFile()
|
D | common_art_test.cc | 410 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/ |
D | oat_file.cc | 838 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 …]
|
D | oat_file_manager.cc | 471 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/ |
D | veridex.cc | 308 DexFileLoader dex_file_loader( in Load() 310 if (!dex_file_loader.Open( in Load()
|
/art/profman/ |
D | profman.cc | 621 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/ |
D | dex2oat_test.cc | 608 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/ |
D | hiddenapi.cc | 300 DexFileLoader dex_file_loader(filename); in OpenDexFiles() local 302 bool success = dex_file_loader.Open(/* verify= */ true, in OpenDexFiles()
|