Home
last modified time | relevance | path

Searched defs:dex_file2 (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/art/libdexfile/dex/
H A Dstring_reference_test.cc43 std::unique_ptr<const DexFile> dex_file2 = builder2.Build("fake location 2"); in TEST() local
92 std::unique_ptr<const DexFile> dex_file2 = builder2.Build("fake location 1"); in TEST() local
H A Dproto_reference_test.cc71 std::unique_ptr<const DexFile> dex_file2 = builder2.Build("fake location 2"); in TEST() local
/aosp_15_r20/art/compiler/linker/
H A Dlinker_patch_test.cc27 const DexFile* dex_file2 = reinterpret_cast<const DexFile*>(2); in TEST() local
/aosp_15_r20/art/dex2oat/
H A Ddex2oat_vdex_test.cc271 std::unique_ptr<const DexFile> dex_file2(OpenTestDexFile("Main")); in TEST_F() local
/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer_test.cc595 ScratchFile dex_file2; in TestDexFileInput() local
720 ScratchFile dex_file2; in TestZipFileInput() local
/aosp_15_r20/art/runtime/
H A Dart_method.cc253 const DexFile* dex_file2 = other->GetDexFile(); in HasSameNameAndSignature() local
/aosp_15_r20/art/profman/
H A Dprofile_assistant_test.cc66 const DexFile* dex_file2, in SetupProfile()
117 const DexFile* dex_file1, const DexFile* dex_file2, const DexFile* dex_file3) { in GetTestInlineCaches()