/aosp12/art/tools/hiddenapi/ |
H A 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 …]
|
/aosp12/art/runtime/ |
H A 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()
|
H A D | class_loader_context_test.cc | 634 for (auto& dex : compilation_sources_raw) { in TEST_F() local 708 for (auto& dex : classpath_dex_b) { in TEST_F() local 711 for (auto& dex : compilation_sources_raw) { in TEST_F() local 776 for (auto& dex : classpath_dex_b) { in TEST_F() local 779 for (auto& dex : compilation_sources_raw) { in TEST_F() local 864 for (auto& dex : compilation_sources_raw) { in TEST_F() local 964 for (auto& dex : compilation_sources_raw) { in TEST_F() local 1079 for (auto& dex : compilation_sources_raw) { in TEST_F() local
|
/aosp12/art/test/1949-short-dex-file/src/art/ |
H A D | Test1949.java | 118 private static ClassLoader CreateClassLoader(byte[] clz, byte[] dex) throws Exception { in CreateClassLoader()
|
/aosp12/art/libdexfile/dex/ |
H A 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()
|
H A D | signature.h | 55 Signature(const DexFile* dex, const dex::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature()
|
/aosp12/art/libprofile/profile/ |
H A 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
|
H A D | profile_compilation_info_test.cc | 63 const DexFile* dex, in GetMethod() 736 const DexFile* dex = BuildDex(location, /*checksum=*/ 1, "LC;", /*num_method_ids=*/ 1); in TEST_F() local 740 const DexFile* dex = BuildDex("-1", /*checksum=*/ 1, "LC;", /*num_method_ids=*/ 1); in TEST_F() local 749 const DexFile* dex = BuildDex(location, /*checksum=*/ 1, "LC;", /*num_method_ids=*/ 1); in TEST_F() local 753 const DexFile* dex = BuildDex("-1", /*checksum=*/ 1, "LC;", /*num_method_ids=*/ 1); in TEST_F() local 841 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local 950 for (const std::unique_ptr<const DexFile>& dex : dex_files) { in TEST_F() local 976 for (const std::unique_ptr<const DexFile>& dex : dex_files) { in TEST_F() local 1000 for (const std::unique_ptr<const DexFile>& dex : dex_files) { in TEST_F() local 1398 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local
|
/aosp12/art/libdexfile/external/ |
H A D | dex_file_supp.cc | 34 namespace dex { namespace
|
H A D | dex_file_ext_test.cc | 31 namespace dex { namespace 71 ADexFile* dex; in GetTestDexData() local
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | DexFile.cpp | 76 std::unique_ptr<art_api::dex::DexFile> dex; in CreateFromDisk() local 120 std::unique_ptr<art_api::dex::DexFile> dex; in Create() local
|
H A D | DexFiles.cpp | 31 uint64_t size, /*out*/ std::shared_ptr<DexFile>& dex) { in Load()
|
/aosp12/art/compiler/debug/ |
H A 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
|
H A D | elf_symtab_writer.h | 161 auto dex = builder->GetDex(); in WriteDebugSymbols() local
|
/aosp12/art/compiler/utils/ |
H A D | atomic_dex_ref_map_test.cc | 32 std::unique_ptr<const DexFile> dex(OpenTestDexFile("Interfaces")); in TEST_F() local
|
/aosp12/art/test/983-source-transform-verify/ |
H A D | source_transform_art.cc | 46 std::unique_ptr<const DexFile> dex(dex_file_loader.Open(class_data, in VerifyClassData() local
|
/aosp12/art/test/156-register-dex-file-multi-loader/src/ |
H A D | Main.java | 48 Object dex = dexFileField.get(element); in loadClass() local
|
/aosp12/frameworks/multidex/library/src/androidx/multidex/ |
H A D | MultiDex.java | 589 Object newInstance(File file, DexFile dex) in newInstance() 608 public Object newInstance(File file, DexFile dex) in newInstance() 631 public Object newInstance(File file, DexFile dex) in newInstance() 654 public Object newInstance(File file, DexFile dex) in newInstance()
|
/aosp12/art/openjdkjvmti/ |
H A D | fixed_up_dex_file.cc | 53 static void DCheckVerifyDexFile(const art::DexFile& dex) { in DCheckVerifyDexFile()
|
/aosp12/art/test/542-unresolved-access-check/src/ |
H A D | Main.java | 56 Object dex = dexFileField.get(element); in loadClass() local
|
/aosp12/art/runtime/verifier/ |
H A D | method_verifier_test.cc | 66 void VerifyDexFile(const DexFile& dex) in VerifyDexFile()
|
/aosp12/build/soong/java/ |
H A D | hiddenapi_singleton_test.go | 220 func generateDexedPath(subDir, dex, module string) string { argument
|
/aosp12/art/test/497-inlining-and-class-loader/src/ |
H A D | Main.java | 64 Object dex = dexFileField.get(element); in loadClass() local
|
/aosp12/art/dex2oat/ |
H A D | dex2oat_test.cc | 616 const DexFile* dex, in GenerateProfile() 1147 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local 1369 std::unique_ptr<const DexFile> dex(OpenTestDexFile("VerifierDeps")); in TEST_F() local 1392 std::unique_ptr<const DexFile> dex(OpenTestDexFile("VerifierDepsMulti")); in TEST_F() local 1417 std::unique_ptr<const DexFile> dex(OpenTestDexFile("MyClassNatives")); in TEST_F() local 1448 std::unique_ptr<const DexFile> dex(OpenTestDexFile("MainUncompressedAligned")); in TEST_F() local 1631 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local 1712 std::unique_ptr<const DexFile> dex(OpenTestDexFile("ManyMethods")); in TEST_F() local 1948 MutateDexFile(temp_dex.GetFile(), GetTestDexFileName("StringLiterals"), [&] (DexFile* dex) { in TEST_F() 2254 std::unique_ptr<const DexFile> dex(OpenTestDexFile("LinkageTest")); in TEST_F() local [all …]
|
/aosp12/art/dex2oat/linker/ |
H A D | image_write_read_test.cc | 96 std::unique_ptr<const DexFile> dex( in TestWriteRead() local
|