Searched refs:opened_dex_files_maps_ (Results 1 – 2 of 2) sorted by relevance
249 opened_dex_files_maps_.emplace_back(std::move(map)); in DoWriteElf()306 std::vector<MemMap> opened_dex_files_maps_; member in art::linker::OatTest
540 opened_dex_files_maps_(), in Dex2Oat()570 new std::vector<MemMap>(std::move(opened_dex_files_maps_)); // Leak MemMaps. in ~Dex2Oat()1499 opened_dex_files_maps_.push_back(std::move(map)); in Setup()2063 for (MemMap& map : opened_dex_files_maps_) { in WriteOutputFiles()2960 std::vector<MemMap> opened_dex_files_maps_; member in art::Dex2Oat