/art/tools/hiddenapi/ |
D | hiddenapi_test.cc | 270 ScratchFile dex, flags_csv; in TEST_F() local 281 ScratchFile dex, flags_csv; in TEST_F() local 292 ScratchFile dex, flags_csv; in TEST_F() local 303 ScratchFile dex, flags_csv; in TEST_F() local 314 ScratchFile dex, flags_csv; in TEST_F() local 323 ScratchFile dex, flags_csv; in TEST_F() local 332 ScratchFile dex, flags_csv; in TEST_F() local 341 ScratchFile dex, flags_csv; in TEST_F() local 352 ScratchFile dex, flags_csv; in TEST_F() local 363 ScratchFile dex, flags_csv; in TEST_F() local [all …]
|
/art/runtime/ |
D | dex_reference_collection.h | 48 void AddReference(const DexFile* dex, IndexType index) { in AddReference() 70 ALWAYS_INLINE IndexVector* GetOrInsertVector(const DexFile* dex) { in GetOrInsertVector()
|
D | common_runtime_test.h | 99 const std::unique_ptr<const DexFile>& dex = dex_files[0]; in MutateDexFile() local
|
D | class_loader_context_test.cc | 711 for (auto& dex : compilation_sources_raw) { in TEST_F() local 785 for (auto& dex : classpath_dex_b) { in TEST_F() local 788 for (auto& dex : compilation_sources_raw) { in TEST_F() local 853 for (auto& dex : classpath_dex_b) { in TEST_F() local 856 for (auto& dex : compilation_sources_raw) { in TEST_F() local 940 for (auto& dex : compilation_sources_raw) { in TEST_F() local 1039 for (auto& dex : compilation_sources_raw) { in TEST_F() local 1153 for (auto& dex : compilation_sources_raw) { in TEST_F() local
|
/art/libdexfile/dex/ |
D | code_item_accessors_test.cc | 50 std::unique_ptr<const DexFile> dex(dex_file_loader.Open(/*location_checksum=*/123, in CreateFakeDex() local 77 const uint16_t* insns) { in TEST()
|
D | signature.h | 62 Signature(const DexFile* dex, const dex::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature()
|
/art/libdexfile/external/ |
D | dex_file_supp.cc | 31 namespace dex { namespace
|
D | dex_file_ext_test.cc | 31 namespace dex { namespace 71 ADexFile* dex; in GetTestDexData() local
|
D | dex_file_supp_test.cc | 31 namespace dex { namespace
|
/art/libprofile/profile/ |
D | profile_boot_info_test.cc | 48 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local 97 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local
|
D | profile_compilation_info_test.cc | 69 const DexFile* dex, in GetMethod() 748 const DexFile* dex = BuildDex(location, /*location_checksum=*/ 1, "LC;", /*num_method_ids=*/ 1); in TEST_F() local 752 const DexFile* dex = BuildDex("-1", /*location_checksum=*/ 1, "LC;", /*num_method_ids=*/ 1); in TEST_F() local 761 const DexFile* dex = BuildDex(location, /*location_checksum=*/ 1, "LC;", /*num_method_ids=*/ 1); in TEST_F() local 765 const DexFile* dex = BuildDex("-1", /*location_checksum=*/ 1, "LC;", /*num_method_ids=*/ 1); in TEST_F() local 853 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local 964 for (const std::unique_ptr<const DexFile>& dex : dex_files) { in TEST_F() local 992 for (const std::unique_ptr<const DexFile>& dex : dex_files) { in TEST_F() local 1018 for (const std::unique_ptr<const DexFile>& dex : dex_files) { in TEST_F() local 1466 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local
|
/art/compiler/utils/ |
D | atomic_dex_ref_map_test.cc | 33 std::unique_ptr<const DexFile> dex(OpenTestDexFile("Interfaces")); in TEST_F() local
|
/art/compiler/debug/ |
D | elf_debug_line_writer.h | 101 const int32_t dex = stack_map.GetDexPc(); in WriteCompilationUnit() local 152 const DexFile* dex = mi->dex_file; in WriteCompilationUnit() local
|
D | elf_symtab_writer.h | 162 auto dex = builder->GetDex(); in WriteDebugSymbols() local
|
/art/test/1949-short-dex-file/src/art/ |
D | Test1949.java | 118 private static ClassLoader CreateClassLoader(byte[] clz, byte[] dex) throws Exception { in CreateClassLoader()
|
/art/test/983-source-transform-verify/ |
D | source_transform_art.cc | 46 std::unique_ptr<const DexFile> dex(dex_file_loader.Open(/*location_checksum*/ 0, in VerifyClassData() local
|
/art/test/156-register-dex-file-multi-loader/src/ |
D | Main.java | 48 Object dex = dexFileField.get(element); in loadClass() local
|
/art/test/542-unresolved-access-check/src/ |
D | Main.java | 56 Object dex = dexFileField.get(element); in loadClass() local
|
/art/runtime/verifier/ |
D | method_verifier_test.cc | 77 void VerifyDexFile(const DexFile& dex) in VerifyDexFile()
|
/art/test/497-inlining-and-class-loader/src/ |
D | Main.java | 64 Object dex = dexFileField.get(element); in loadClass() local
|
/art/openjdkjvmti/ |
D | transform.cc | 217 const art::DexFile& dex = hs_klass->GetDexFile(); in GetClassLocation() local
|
/art/dex2oat/linker/ |
D | image_write_read_test.cc | 96 std::unique_ptr<const DexFile> dex( in TestWriteRead() local
|
/art/dex2oat/ |
D | dex2oat_test.cc | 1248 std::unique_ptr<const DexFile> dex(OpenTestDexFile("VerifierDeps")); in TEST_F() local 1271 std::unique_ptr<const DexFile> dex(OpenTestDexFile("MyClassNatives")); in TEST_F() local 1299 std::unique_ptr<const DexFile> dex(OpenTestDexFile("MainUncompressedAligned")); in TEST_F() local 1416 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local 1657 MutateDexFile(temp_dex.GetFile(), GetTestDexFileName("StringLiterals"), [&](DexFile* dex) { in TEST_F() 1750 std::unique_ptr<const DexFile> dex(OpenTestDexFile("VerifierDepsMulti")); in TEST_F() local 1784 temp_dex.GetFile(), GetTestDexFileName("StringLiterals"), [&](DexFile* dex) { in TEST_F() 1978 std::unique_ptr<const DexFile> dex(OpenTestDexFile("LinkageTest")); in TEST_F() local 2000 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local
|
/art/libartbase/base/ |
D | common_art_test.h | 183 const std::unique_ptr<const DexFile>& dex = dex_files[0]; in MutateDexFile() local
|
D | logging.h | 61 bool dex; // Some dex access output etc. member
|