Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_test.h257 std::vector<MemMap> cur_opened_dex_files_maps; in DoCompile() local
266 &cur_opened_dex_files_maps, in DoCompile()
270 if (!cur_opened_dex_files_maps.empty()) { in DoCompile()
271 for (MemMap& cur_map : cur_opened_dex_files_maps) { in DoCompile()