Home
last modified time | relevance | path

Searched defs:dex_file_loader (Results 1 – 25 of 28) 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
/art/libdexfile/dex/
Ddex_file_loader_test.cc220 DexFileLoader dex_file_loader(dex_bytes->data(), dex_bytes->size(), location); in OpenDexFilesBase64() local
248 DexFileLoader dex_file_loader(dex_bytes->data(), dex_bytes->size(), location); in OpenDexFileInMemoryBase64() local
347 DexFileLoader dex_file_loader(dex_bytes.data(), dex_bytes.size(), kLocationString); in TEST_F() local
360 DexFileLoader dex_file_loader(dex_bytes.data(), dex_bytes.size(), kLocationString); in TEST_F() local
Dcode_item_accessors_test.cc46 DexFileLoader dex_file_loader(data->data(), data->size(), "location"); in CreateFakeDex() local
Dart_dex_file_loader_test.cc66 ArtDexFileLoader dex_file_loader(file.Release(), zip_file); in TEST_F() local
82 ArtDexFileLoader dex_file_loader(file.Release(), zip_file); in TEST_F() local
Ddex_file_verifier_test.cc103 DexFileLoader dex_file_loader(dex_bytes.get(), length, location); in OpenDexFileBase64() local
/art/runtime/
Dsdk_checker.cc34 DexFileLoader dex_file_loader(path); in Create() local
Doat_file.cc793 ArtDexFileLoader dex_file_loader(zip_fd, dex_file_location); in Setup() local
800 ArtDexFileLoader dex_file_loader(DupCloexec(dex_fd), dex_file_location); in Setup() local
806 ArtDexFileLoader dex_file_loader(dex_file_name.c_str(), dex_file_location); in Setup() local
1805 ArtDexFileLoader dex_file_loader(zip_fd, dex_location); in Open() local
1811 ArtDexFileLoader dex_file_loader(dex_location); in Open() local
2243 ArtDexFileLoader dex_file_loader(dex_file_pointer_, FileSize(), dex_file_location_); in OpenDexFile() local
Ddexopt_test.cc121 ArtDexFileLoader dex_file_loader(dex_location); in GenerateOatForTest() local
Doat_file_manager.cc454 ArtDexFileLoader dex_file_loader(dex_location); in OpenDexFilesFromOat() local
558 ArtDexFileLoader dex_file_loader(std::move(dex_mem_maps[i]), in OpenDexFilesFromOat_Impl() local
Dvdex_file.cc226 ArtDexFileLoader dex_file_loader(dex_file_start, size, location); in OpenAllDexFiles() local
Dcommon_runtime_test.cc575 ArtDexFileLoader dex_file_loader(dex); in VisitDexes() local
Dhidden_api_test.cc66 ArtDexFileLoader dex_file_loader(path); in LoadDexFiles() local
Dclass_loader_context.cc493 ArtDexFileLoader dex_file_loader(location.c_str(), fd, location); in OpenDexFiles() local
Druntime.cc1293 ArtDexFileLoader dex_file_loader(dex_filename, dex_fd, dex_location); in OpenBootDexFiles() local
Doat_file_assistant_test.cc120 ArtDexFileLoader dex_file_loader(src); in InsertNewBootClasspathEntry() local
/art/openjdkjvmti/
Dti_class_definition.cc175 art::ArtDexFileLoader dex_file_loader(dex_file.GetLocation()); in Init() local
Dti_search.cc238 art::ArtDexFileLoader dex_file_loader(segment); in AddToBootstrapClassLoaderSearch() local
Dti_class.cc116 art::ArtDexFileLoader dex_file_loader(std::move(map), map_name); in MakeSingleDexFile() local
/art/dexlayout/
Ddexlayout_test.cc333 ArtDexFileLoader dex_file_loader(input_dex); in CreateProfile() local
777 ArtDexFileLoader dex_file_loader(input_jar); in TEST_F() local
810 ArtDexFileLoader dex_file_loader(std::move(container), dex_file->GetLocation()); in TEST_F() local
Ddexlayout.cc2253 ArtDexFileLoader dex_file_loader(std::move(container), location); in ProcessDexFile() local
2293 ArtDexFileLoader dex_file_loader(file_name); in ProcessFile() local
/art/libartbase/base/
Dcommon_art_test.cc393 ArtDexFileLoader dex_file_loader(filename.c_str(), std::string(location)); in LoadExpectSingleDexFile() local
514 ArtDexFileLoader dex_file_loader(filename); in OpenDexFiles() local
/art/tools/art_verifier/
Dart_verifier.cc45 ArtDexFileLoader dex_file_loader(dex_filename); in LoadDexFile() local
/art/profman/
Dprofman.cc613 ArtDexFileLoader dex_file_loader(apks_fd_[i], dex_locations_[i]); in OpenApkFilesFromLocations() local
629 ArtDexFileLoader dex_file_loader(file.Release(), dex_locations_[i]); in OpenApkFilesFromLocations() local
/art/tools/hiddenapi/
Dhiddenapi.cc299 DexFileLoader dex_file_loader(filename); in OpenDexFiles() local
/art/dex2oat/
Ddex2oat_test.cc608 ArtDexFileLoader dex_file_loader(location); in GenerateProfile() local
794 ArtDexFileLoader dex_file_loader(location); in CheckResult() local

12