Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc610 opened_dex_files_maps_(), in Dex2Oat()
638 for (std::unique_ptr<MemMap>& map : opened_dex_files_maps_) { in ~Dex2Oat()
1653 opened_dex_files_maps_.push_back(std::move(opened_dex_files_map)); in Setup()
1733 for (const std::unique_ptr<MemMap>& map : opened_dex_files_maps_) { in Setup()
2000 for (const std::unique_ptr<MemMap>& map : opened_dex_files_maps_) { in WriteOutputFiles()
2911 std::vector<std::unique_ptr<MemMap>> opened_dex_files_maps_; member in art::FINAL
/art/compiler/
Doat_test.cc260 opened_dex_files_maps_.emplace_back(std::move(opened_dex_files_map)); in DoWriteElf()
274 std::vector<std::unique_ptr<MemMap>> opened_dex_files_maps_; member in art::OatTest