Home
last modified time | relevance | path

Searched defs:dex (Results 1 – 25 of 35) sorted by relevance

12

/art/tools/hiddenapi/
Dhiddenapi_test.cc269 ScratchFile dex, flags_csv; in TEST_F() local
280 ScratchFile dex, flags_csv; in TEST_F() local
291 ScratchFile dex, flags_csv; in TEST_F() local
302 ScratchFile dex, flags_csv; in TEST_F() local
313 ScratchFile dex, flags_csv; in TEST_F() local
322 ScratchFile dex, flags_csv; in TEST_F() local
331 ScratchFile dex, flags_csv; in TEST_F() local
340 ScratchFile dex, flags_csv; in TEST_F() local
351 ScratchFile dex, flags_csv; in TEST_F() local
362 ScratchFile dex, flags_csv; in TEST_F() local
[all …]
/art/runtime/
Ddex_reference_collection.h48 void AddReference(const DexFile* dex, IndexType index) { in AddReference()
70 ALWAYS_INLINE IndexVector* GetOrInsertVector(const DexFile* dex) { in GetOrInsertVector()
Dclass_loader_context_test.cc560 for (auto& dex : compilation_sources_raw) { in TEST_F() local
662 for (auto& dex : classpath_dex_b) { in TEST_F() local
665 for (auto& dex : compilation_sources_raw) { in TEST_F() local
730 for (auto& dex : classpath_dex_b) { in TEST_F() local
733 for (auto& dex : compilation_sources_raw) { in TEST_F() local
818 for (auto& dex : compilation_sources_raw) { in TEST_F() local
918 for (auto& dex : compilation_sources_raw) { in TEST_F() local
1033 for (auto& dex : compilation_sources_raw) { in TEST_F() local
Dcommon_runtime_test.h80 const std::unique_ptr<const DexFile>& dex = dex_files[0]; in MutateDexFile() local
Doat_file_assistant.cc342 std::string dex = DexFileLoader::GetMultiDexLocation(i, dex_location_.c_str()); in DexChecksumUpToDate() local
371 std::string dex = DexFileLoader::GetMultiDexLocation(i, dex_location_.c_str()); in DexChecksumUpToDate() local
588 std::string dex = DexFileLoader::GetMultiDexLocation(i, dex_location_.c_str()); in GetRequiredDexChecksums() local
/art/libdexfile/dex/
Dcode_item_accessors_test.cc45 std::unique_ptr<const DexFile> dex(dex_file_loader.Open(data->data(), in CreateFakeDex() local
75 const uint16_t* insns) { in TEST()
Dsignature.h55 Signature(const DexFile* dex, const dex::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature()
Ddex_file_tracking_registrar.cc38 namespace dex { namespace
/art/compiler/debug/
Delf_debug_line_writer.h101 const int32_t dex = stack_map.GetDexPc(); in WriteCompilationUnit() local
152 const DexFile* dex = mi->dex_file; in WriteCompilationUnit() local
Delf_symtab_writer.h105 auto dex = builder->GetDex(); in WriteDebugSymbols() local
/art/compiler/utils/
Datomic_dex_ref_map_test.cc32 std::unique_ptr<const DexFile> dex(OpenTestDexFile("Interfaces")); in TEST_F() local
/art/libdexfile/external/
Ddex_file_supp.cc29 namespace dex { namespace
/art/test/1949-short-dex-file/src/art/
DTest1949.java118 private static ClassLoader CreateClassLoader(byte[] clz, byte[] dex) throws Exception { in CreateClassLoader()
/art/test/983-source-transform-verify/
Dsource_transform_art.cc46 std::unique_ptr<const DexFile> dex(dex_file_loader.Open(class_data, in VerifyClassData() local
/art/runtime/verifier/
Dmethod_verifier_test.cc57 void VerifyDexFile(const DexFile& dex) in VerifyDexFile()
/art/test/156-register-dex-file-multi-loader/src/
DMain.java48 Object dex = dexFileField.get(element); in loadClass() local
/art/test/542-unresolved-access-check/src/
DMain.java56 Object dex = dexFileField.get(element); in loadClass() local
/art/openjdkjvmti/
Dfixed_up_dex_file.cc76 static void DCheckVerifyDexFile(const art::DexFile& dex) { in DCheckVerifyDexFile()
Dtransform.cc347 const art::DexFile& dex = hs_klass->GetDexFile(); in GetClassLocation() local
/art/libprofile/profile/
Dprofile_compilation_info_test.cc727 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local
829 for (const std::unique_ptr<const DexFile>& dex : dex_files) { in TEST_F() local
846 for (const std::unique_ptr<const DexFile>& dex : dex_files) { in TEST_F() local
868 for (const std::unique_ptr<const DexFile>& dex : dex_files) { in TEST_F() local
886 for (const std::unique_ptr<const DexFile>& dex : dex_files) { in TEST_F() local
1170 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local
1222 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local
1280 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local
/art/test/497-inlining-and-class-loader/src/
DMain.java64 Object dex = dexFileField.get(element); in loadClass() local
/art/libartbase/base/
Dlogging.h57 bool dex; // Some dex access output etc. member
Dcommon_art_test.h146 const std::unique_ptr<const DexFile>& dex = dex_files[0]; in MutateDexFile() local
/art/dex2oat/
Ddex2oat_test.cc1334 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local
1558 std::unique_ptr<const DexFile> dex(OpenTestDexFile("VerifierDeps")); in TEST_F() local
1581 std::unique_ptr<const DexFile> dex(OpenTestDexFile("VerifierDepsMulti")); in TEST_F() local
1606 std::unique_ptr<const DexFile> dex(OpenTestDexFile("MyClassNatives")); in TEST_F() local
1635 std::unique_ptr<const DexFile> dex(OpenTestDexFile("MainUncompressed")); in TEST_F() local
1801 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local
1884 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local
1982 MutateDexFile(temp_dex.GetFile(), GetTestDexFileName("ManyMethods"), [] (DexFile* dex) { in TEST_F()
2176 MutateDexFile(temp_dex.GetFile(), GetTestDexFileName("StringLiterals"), [&] (DexFile* dex) { in TEST_F()
Ddex2oat_image_test.cc66 for (const std::string& dex : GetLibCoreDexFileNames()) { in VisitLibcoreDexes() local

12