Searched refs:opened_dex_files_map (Results 1 - 5 of 5) sorted by relevance

/art/compiler/
H A Doat_writer.h171 /*out*/ std::unique_ptr<MemMap>* opened_dex_files_map,
291 /*out*/ std::unique_ptr<MemMap>* opened_dex_files_map,
H A Doat_test.cc192 std::unique_ptr<MemMap> opened_dex_files_map; local
201 &opened_dex_files_map,
258 opened_dex_files_maps_.emplace_back(std::move(opened_dex_files_map));
H A Dimage_test.cc248 std::vector<std::unique_ptr<MemMap>> opened_dex_files_map; local
276 opened_dex_files_map.push_back(std::move(cur_opened_dex_files_map));
H A Doat_writer.cc489 /*out*/ std::unique_ptr<MemMap>* opened_dex_files_map,
553 *opened_dex_files_map = std::move(dex_files_map);
2744 /*out*/ std::unique_ptr<MemMap>* opened_dex_files_map,
2814 *opened_dex_files_map = std::move(dex_files_map);
/art/dex2oat/
H A Ddex2oat.cc1552 std::unique_ptr<MemMap> opened_dex_files_map; local
1567 &opened_dex_files_map,
1572 if (opened_dex_files_map != nullptr) {
1573 opened_dex_files_maps_.push_back(std::move(opened_dex_files_map));

Completed in 188 milliseconds