Searched refs:opened_dex_files_maps_ (Results 1 – 2 of 2) sorted by relevance
821 opened_dex_files_maps_(), in Dex2Oat()847 new std::vector<MemMap>(std::move(opened_dex_files_maps_)); // Leak MemMaps. in ~Dex2Oat()1726 opened_dex_files_maps_.push_back(std::move(map)); in Setup()1959 for (MemMap& map : opened_dex_files_maps_) { in Setup()2262 for (MemMap& map : opened_dex_files_maps_) { in WriteOutputFiles()3062 std::vector<MemMap> opened_dex_files_maps_; member in art::Dex2Oat
250 opened_dex_files_maps_.emplace_back(std::move(map)); in DoWriteElf()314 std::vector<MemMap> opened_dex_files_maps_; member in art::linker::OatTest