Searched refs:opened_dex_files_maps (Results 1 – 2 of 2) sorted by relevance
256 std::vector<std::unique_ptr<MemMap>> opened_dex_files_maps; in Compile() local286 opened_dex_files_maps.push_back(std::move(cur_map)); in Compile()
191 std::vector<std::unique_ptr<MemMap>> opened_dex_files_maps; in DoWriteElf() local202 &opened_dex_files_maps, in DoWriteElf()262 for (std::unique_ptr<MemMap>& map : opened_dex_files_maps) { in DoWriteElf()