Searched refs:dex_file_loader (Results 1 - 25 of 30) sorted by relevance

12

/art/test/983-source-transform-verify/
H A Dsource_transform_art.cc28 #include "dex/dex_file_loader.h"
43 const ArtDexFileLoader dex_file_loader; local
45 std::unique_ptr<const DexFile> dex(dex_file_loader.Open(class_data,
/art/runtime/
H A Ddex2oat_environment_test.h33 #include "dex/dex_file_loader.h"
47 const ArtDexFileLoader dex_file_loader; variable
79 dex_file_loader.GetMultiDexChecksums(GetStrippedDexSrc1().c_str(), &checksums, &error_msg))
88 ASSERT_TRUE(dex_file_loader.Open(GetMultiDexSrc1().c_str(),
97 ASSERT_TRUE(dex_file_loader.Open(GetMultiDexSrc2().c_str(),
H A Dcommon_runtime_test.h128 const ArtDexFileLoader dex_file_loader; local
129 CHECK(dex_file_loader.Open(input_jar.c_str(),
H A Dvdex_file.cc32 #include "dex/dex_file_loader.h"
202 const ArtDexFileLoader dex_file_loader; local
211 std::unique_ptr<const DexFile> dex(dex_file_loader.OpenWithDataSection(
H A Dcommon_runtime_test.cc43 #include "dex/dex_file_loader.h"
314 const ArtDexFileLoader dex_file_loader; local
315 if (!dex_file_loader.Open(
514 const ArtDexFileLoader dex_file_loader; local
516 bool success = dex_file_loader.Open(filename.c_str(),
H A Doat_file_manager.cc36 #include "dex/dex_file_loader.h"
614 const ArtDexFileLoader dex_file_loader; local
615 if (!dex_file_loader.Open(dex_location,
H A Doat_file.cc49 #include "dex/dex_file_loader.h"
651 const ArtDexFileLoader dex_file_loader; local
654 loaded = dex_file_loader.OpenZip(zip_fd,
661 loaded = dex_file_loader.Open(dex_file_location.c_str(),
1741 const ArtDexFileLoader dex_file_loader; local
1742 return dex_file_loader.Open(dex_file_pointer_,
H A Dclass_loader_context.cc26 #include "dex/dex_file_loader.h"
207 const ArtDexFileLoader dex_file_loader; local
220 if (!dex_file_loader.Open(location.c_str(),
H A Doat_file_assistant.cc35 #include "dex/dex_file_loader.h"
897 const ArtDexFileLoader dex_file_loader; local
898 if (dex_file_loader.GetMultiDexChecksums(dex_location_.c_str(),
/art/libdexfile/dex/
H A Ddex_file_loader_test.cc25 #include "dex_file_loader.h"
219 const DexFileLoader dex_file_loader; local
220 bool success = dex_file_loader.OpenAll(dex_bytes->data(),
250 const DexFileLoader dex_file_loader; local
251 std::unique_ptr<const DexFile> dex_file(dex_file_loader.Open(dex_bytes->data(),
342 const DexFileLoader dex_file_loader; local
343 ASSERT_FALSE(dex_file_loader.OpenAll(dex_bytes.data(),
359 const DexFileLoader dex_file_loader; local
360 ASSERT_FALSE(dex_file_loader.OpenAll(dex_bytes.data(),
376 const DexFileLoader dex_file_loader; local
[all...]
H A Dcode_item_accessors_test.cc23 #include "dex_file_loader.h"
43 const DexFileLoader dex_file_loader; local
45 std::unique_ptr<const DexFile> dex(dex_file_loader.Open(data->data(),
H A Dtest_dex_file_builder.h29 #include "dex/dex_file_loader.h"
235 const DexFileLoader dex_file_loader; local
236 std::unique_ptr<const DexFile> dex_file(dex_file_loader.Open(
H A Ddex_file_verifier_test.cc30 #include "dex_file_loader.h"
104 const DexFileLoader dex_file_loader; local
105 bool success = dex_file_loader.OpenAll(dex_bytes.get(),
/art/openjdkjvmti/
H A Dfixed_up_dex_file.cc35 #include "dex/dex_file_loader.h"
115 const art::DexFileLoader dex_file_loader; local
151 new_dex_file = dex_file_loader.Open(
H A Dti_search.cc43 #include "dex/dex_file_loader.h"
231 const art::ArtDexFileLoader dex_file_loader; local
232 if (!dex_file_loader.Open(
/art/dexlist/
H A Ddexlist.cc35 #include "dex/dex_file_loader.h"
184 const DexFileLoader dex_file_loader; local
185 if (!dex_file_loader.OpenAll(reinterpret_cast<const uint8_t*>(content.data()),
/art/dexlayout/
H A Ddexlayout_test.cc31 #include "dex/dex_file_loader.h"
330 const ArtDexFileLoader dex_file_loader; local
331 bool result = dex_file_loader.Open(input_dex.c_str(),
789 const ArtDexFileLoader dex_file_loader; local
791 CHECK(dex_file_loader.Open(input_jar.c_str(),
820 dex_file_loader.OpenWithDataSection(
H A Ddexlayout.cc43 #include "dex/dex_file_loader.h"
1933 const ArtDexFileLoader dex_file_loader; local
1939 dex_file_loader.OpenWithDataSection(
1983 const ArtDexFileLoader dex_file_loader; local
1985 if (!dex_file_loader.Open(
/art/runtime/dex/
H A Dart_dex_file_loader_test.cc33 #include "dex/dex_file_loader.h"
67 const ArtDexFileLoader dex_file_loader; local
68 EXPECT_TRUE(dex_file_loader.GetMultiDexChecksums(GetLibCoreDexFileNames()[0].c_str(),
80 const ArtDexFileLoader dex_file_loader; local
81 EXPECT_TRUE(dex_file_loader.GetMultiDexChecksums(multidex_file.c_str(),
/art/dex2oat/
H A Ddex2oat_image_test.cc35 #include "dex/dex_file_loader.h"
69 const ArtDexFileLoader dex_file_loader; local
70 CHECK(dex_file_loader.Open(dex.c_str(),
H A Ddex2oat_test.cc38 #include "dex/dex_file_loader.h"
694 const ArtDexFileLoader dex_file_loader; local
695 ASSERT_TRUE(dex_file_loader.Open(
831 const ArtDexFileLoader dex_file_loader; local
832 ASSERT_TRUE(dex_file_loader.Open(
/art/tools/veridex/
H A Dveridex.cc22 #include "dex/dex_file_loader.h"
271 const DexFileLoader dex_file_loader; local
274 if (!dex_file_loader.OpenAll(reinterpret_cast<const uint8_t*>(content.data()),
/art/profman/
H A Dprofman.cc48 #include "dex/dex_file_loader.h"
419 const ArtDexFileLoader dex_file_loader; local
423 if (dex_file_loader.OpenZip(apks_fd_[i],
434 if (dex_file_loader.Open(apk_files_[i].c_str(),
/art/dex2oat/linker/
H A Doat_writer.cc40 #include "dex/dex_file_loader.h"
3580 const ArtDexFileLoader dex_file_loader; local
3589 dex_file = dex_file_loader.Open(location,
3602 dex_file = dex_file_loader.OpenDex(dup_fd, location,
3618 dex_file = dex_file_loader.Open(raw_dex_file,
3850 const ArtDexFileLoader dex_file_loader; local
3851 dex_files.emplace_back(dex_file_loader.Open(map->Begin(),
3893 const ArtDexFileLoader dex_file_loader; local
3915 dex_files.emplace_back(dex_file_loader.Open(raw_dex_file,
3930 // it has been verified in dex_file_loader
[all...]
/art/runtime/native/
H A Ddalvik_system_DexFile.cc35 #include "dex/dex_file_loader.h"
194 const ArtDexFileLoader dex_file_loader; local
195 std::unique_ptr<const DexFile> dex_file(dex_file_loader.Open(location,

Completed in 395 milliseconds

12