/art/tools/hiddenapi/ |
D | hiddenapi_test.cc | 268 ScratchFile dex, flags_csv; in TEST_F() local 279 ScratchFile dex, flags_csv; in TEST_F() local 290 ScratchFile dex, flags_csv; in TEST_F() local 301 ScratchFile dex, flags_csv; in TEST_F() local 312 ScratchFile dex, flags_csv; in TEST_F() local 321 ScratchFile dex, flags_csv; in TEST_F() local 330 ScratchFile dex, flags_csv; in TEST_F() local 339 ScratchFile dex, flags_csv; in TEST_F() local 350 ScratchFile dex, flags_csv; in TEST_F() local 361 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 | oat_file_assistant.cc | 345 std::string dex = DexFileLoader::GetMultiDexLocation(i, dex_location_.c_str()); in DexChecksumUpToDate() local 375 std::string dex = DexFileLoader::GetMultiDexLocation(i, dex_location_.c_str()); in DexChecksumUpToDate() local 592 std::string dex = DexFileLoader::GetMultiDexLocation(i, dex_location_.c_str()); in GetRequiredDexChecksums() local
|
D | class_loader_context_test.cc | 560 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
|
D | common_runtime_test.h | 100 const std::unique_ptr<const DexFile>& dex = dex_files[0]; in MutateDexFile() local
|
/art/libdexfile/dex/ |
D | code_item_accessors_test.cc | 45 std::unique_ptr<const DexFile> dex(dex_file_loader.Open(data->data(), in CreateFakeDex() local 75 const uint16_t* insns) { in TEST()
|
D | signature.h | 55 Signature(const DexFile* dex, const dex::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature()
|
/art/libprofile/profile/ |
D | profile_boot_info_test.cc | 48 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local 96 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local
|
D | profile_compilation_info_test.cc | 73 const DexFile* dex, in AddMethod() 83 const DexFile* dex, in AddMethod() 94 const DexFile* dex, in AddClass() 107 const DexFile* dex, in GetMethod() 701 const DexFile* dex = local_storage.AddFakeDex( in TEST_F() local 706 const DexFile* dex = local_storage.AddFakeDex("-1", /* checksum= */ 1, /* num_method_ids= */ 1); in TEST_F() local 716 const DexFile* dex = local_storage.AddFakeDex( in TEST_F() local 721 const DexFile* dex = local_storage.AddFakeDex("-1", /* checksum= */ 1, /* num_method_ids= */ 1); in TEST_F() local 810 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local 921 for (const std::unique_ptr<const DexFile>& dex : dex_files) { in TEST_F() local [all …]
|
/art/compiler/utils/ |
D | atomic_dex_ref_map_test.cc | 32 std::unique_ptr<const DexFile> dex(OpenTestDexFile("Interfaces")); in TEST_F() 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/compiler/debug/ |
D | elf_debug_line_writer.h | 99 const int32_t dex = stack_map.GetDexPc(); in WriteCompilationUnit() local 150 const DexFile* dex = mi->dex_file; in WriteCompilationUnit() local
|
D | elf_symtab_writer.h | 105 auto dex = builder->GetDex(); in WriteDebugSymbols() local
|
/art/test/983-source-transform-verify/ |
D | source_transform_art.cc | 46 std::unique_ptr<const DexFile> dex(dex_file_loader.Open(class_data, in VerifyClassData() local
|
/art/libdexfile/external/ |
D | dex_file_supp.cc | 29 namespace dex { namespace
|
/art/runtime/verifier/ |
D | method_verifier_test.cc | 57 void VerifyDexFile(const DexFile& dex) in VerifyDexFile()
|
/art/test/156-register-dex-file-multi-loader/src/ |
D | Main.java | 48 Object dex = dexFileField.get(element); in loadClass() local
|
/art/libartbase/base/ |
D | common_art_test.h | 142 std::unique_ptr<const DexFile> dex; variable 214 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
|
/art/test/542-unresolved-access-check/src/ |
D | Main.java | 56 Object dex = dexFileField.get(element); in loadClass() local
|
/art/openjdkjvmti/ |
D | fixed_up_dex_file.cc | 76 static void DCheckVerifyDexFile(const art::DexFile& dex) { in DCheckVerifyDexFile()
|
D | transform.cc | 372 const art::DexFile& dex = hs_klass->GetDexFile(); in GetClassLocation() local
|
/art/test/497-inlining-and-class-loader/src/ |
D | Main.java | 64 Object dex = dexFileField.get(element); in loadClass() 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 | 650 const DexFile* dex, in GenerateProfile() 1366 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local 1588 std::unique_ptr<const DexFile> dex(OpenTestDexFile("VerifierDeps")); in TEST_F() local 1611 std::unique_ptr<const DexFile> dex(OpenTestDexFile("VerifierDepsMulti")); in TEST_F() local 1636 std::unique_ptr<const DexFile> dex(OpenTestDexFile("MyClassNatives")); in TEST_F() local 1667 std::unique_ptr<const DexFile> dex(OpenTestDexFile("MainUncompressedAligned")); in TEST_F() local 1834 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local 1915 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local 2014 MutateDexFile(temp_dex.GetFile(), GetTestDexFileName("ManyMethods"), [] (DexFile* dex) { in TEST_F() 2224 MutateDexFile(temp_dex.GetFile(), GetTestDexFileName("StringLiterals"), [&] (DexFile* dex) { in TEST_F() [all …]
|