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

/art/dex2oat/
H A Ddex2oat.cc552 opened_dex_files_maps_(),
579 for (std::unique_ptr<MemMap>& map : opened_dex_files_maps_) {
1573 opened_dex_files_maps_.push_back(std::move(opened_dex_files_map));
1652 for (const std::unique_ptr<MemMap>& map : opened_dex_files_maps_) {
1824 for (const std::unique_ptr<MemMap>& map : opened_dex_files_maps_) {
2755 std::vector<std::unique_ptr<MemMap>> opened_dex_files_maps_; member in class:art::FINAL
/art/compiler/
H A Doat_test.cc258 opened_dex_files_maps_.emplace_back(std::move(opened_dex_files_map));
272 std::vector<std::unique_ptr<MemMap>> opened_dex_files_maps_; member in class:art::OatTest

Completed in 236 milliseconds