Searched refs:cur_opened_dex_files_map (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Dimage_test.cc224 std::unique_ptr<MemMap> cur_opened_dex_files_map; local
233 &cur_opened_dex_files_map,
237 if (cur_opened_dex_files_map != nullptr) {
238 opened_dex_files_map.push_back(std::move(cur_opened_dex_files_map));

Completed in 78 milliseconds