Home
last modified time | relevance | path

Searched refs:opened_dex_files_maps (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Dimage_test.h243 std::vector<MemMap> opened_dex_files_maps; in DoCompile() local
269 opened_dex_files_maps.push_back(std::move(cur_map)); in DoCompile()
Doat_writer_test.cc179 std::vector<MemMap> opened_dex_files_maps; in DoWriteElf() local
186 &opened_dex_files_maps, in DoWriteElf()
249 for (MemMap& map : opened_dex_files_maps) { in DoWriteElf()