Searched refs:opened_dex_files_maps_ (Results 1 – 1 of 1) sorted by relevance
530 opened_dex_files_maps_(), in Dex2Oat()557 for (std::unique_ptr<MemMap>& map : opened_dex_files_maps_) { in ~Dex2Oat()1393 opened_dex_files_maps_.push_back(std::move(opened_dex_files_map)); in Setup()1459 for (const std::unique_ptr<MemMap>& map : opened_dex_files_maps_) { in Setup()1625 for (const std::unique_ptr<MemMap>& map : opened_dex_files_maps_) { in WriteOatFiles()2480 std::vector<std::unique_ptr<MemMap>> opened_dex_files_maps_; member in art::FINAL