Home
last modified time | relevance | path

Searched defs:dex_file1 (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/dex/
Dstring_reference_test.cc36 std::unique_ptr<const DexFile> dex_file1 = builder1.Build("fake location 1"); in TEST() local
81 std::unique_ptr<const DexFile> dex_file1 = builder1.Build("fake location 1"); in TEST() local
/art/compiler/linker/
Dlinker_patch_test.cc25 const DexFile* dex_file1 = reinterpret_cast<const DexFile*>(1); in TEST() local
/art/dex2oat/linker/
Doat_writer_test.cc598 ScratchFile dex_file1; in TestDexFileInput() local
722 ScratchFile dex_file1; in TestZipFileInput() local
/art/profman/
Dprofile_assistant_test.cc85 void SetupProfile(const DexFile* dex_file1, in SetupProfile()
138 const DexFile* dex_file1, const DexFile* dex_file2, const DexFile* dex_file3) { in GetTestInlineCaches()