Home
last modified time | relevance | path

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

/aosp12/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
/aosp12/art/compiler/linker/
H A Dlinker_patch_test.cc26 const DexFile* dex_file2 = reinterpret_cast<const DexFile*>(2); in TEST() local
/aosp12/art/dex2oat/
H A Ddex2oat_vdex_test.cc290 std::unique_ptr<const DexFile> dex_file2(OpenTestDexFile("Main")); in TEST_F() local
/aosp12/art/dex2oat/linker/
H A Doat_writer_test.cc608 ScratchFile dex_file2; in TestDexFileInput() local
733 ScratchFile dex_file2; in TestZipFileInput() local
/aosp12/art/runtime/
H A Dart_method.cc199 const DexFile* dex_file2 = other->GetDexFile(); in HasSameNameAndSignature() local
/aosp12/art/profman/
H A Dprofile_assistant_test.cc64 const DexFile* dex_file2, in SetupProfile()
115 const DexFile* dex_file1, const DexFile* dex_file2, const DexFile* dex_file3) { in GetTestInlineCaches()