Home
last modified time | relevance | path

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

12

/art/tools/hiddenapi/
Dhiddenapi_test.cc268 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/
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.cc634 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
Dcommon_runtime_test.h98 const std::unique_ptr<const DexFile>& dex = dex_files[0]; in MutateDexFile() 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()
/art/libprofile/profile/
Dprofile_boot_info_test.cc48 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
Dprofile_compilation_info_test.cc63 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
/art/libdexfile/external/
Ddex_file_supp.cc34 namespace dex { namespace
Ddex_file_ext_test.cc31 namespace dex { namespace
71 ADexFile* dex; in GetTestDexData() local
Ddex_file_supp_test.cc31 namespace dex { namespace
/art/compiler/debug/
Delf_debug_line_writer.h99 const int32_t dex = stack_map.GetDexPc(); in WriteCompilationUnit() local
150 const DexFile* dex = mi->dex_file; in WriteCompilationUnit() local
Delf_symtab_writer.h161 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/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/test/156-register-dex-file-multi-loader/src/
DMain.java48 Object dex = dexFileField.get(element); in loadClass() local
/art/openjdkjvmti/
Dfixed_up_dex_file.cc53 static void DCheckVerifyDexFile(const art::DexFile& dex) { in DCheckVerifyDexFile()
/art/test/542-unresolved-access-check/src/
DMain.java56 Object dex = dexFileField.get(element); in loadClass() local
/art/runtime/verifier/
Dmethod_verifier_test.cc66 void VerifyDexFile(const DexFile& dex) in VerifyDexFile()
/art/test/497-inlining-and-class-loader/src/
DMain.java64 Object dex = dexFileField.get(element); in loadClass() local
/art/dex2oat/linker/
Dimage_write_read_test.cc96 std::unique_ptr<const DexFile> dex( in TestWriteRead() local
/art/dex2oat/
Ddex2oat_test.cc616 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()
2048 MutateDexFile(temp_dex.GetFile(), GetTestDexFileName("StringLiterals"), [&] (DexFile* dex) { in TEST_F()
[all …]
/art/libartbase/base/
Dcommon_art_test.h175 const std::unique_ptr<const DexFile>& dex = dex_files[0]; in MutateDexFile() local
Dlogging.h61 bool dex; // Some dex access output etc. member

12