Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dstring_reference_test.cc43 std::unique_ptr<const DexFile> dex_file2 = builder2.Build("dummy location 2"); in TEST() local
92 std::unique_ptr<const DexFile> dex_file2 = builder2.Build("dummy location 1"); in TEST() local
/art/compiler/linker/
Dlinker_patch_test.cc26 const DexFile* dex_file2 = reinterpret_cast<const DexFile*>(2); in TEST() local
/art/dex2oat/linker/
Doat_writer_test.cc623 ScratchFile dex_file2; in TestDexFileInput() local
748 ScratchFile dex_file2; in TestZipFileInput() local
/art/runtime/
Dart_method.cc198 const DexFile* dex_file2 = other->GetDexFile(); in HasSameNameAndSignature() local
/art/profman/
Dprofile_assistant_test.cc86 const DexFile* dex_file2, in SetupProfile()
138 const DexFile* dex_file1, const DexFile* dex_file2, const DexFile* dex_file3) { in GetTestInlineCaches()