Home
last modified time | relevance | path

Searched refs:opened_dex_files_map (Results 1 – 3 of 3) sorted by relevance

/art/dex2oat/linker/
Doat_writer.h181 /*out*/ std::vector<MemMap>* opened_dex_files_map,
317 /*out*/ std::vector<MemMap>* opened_dex_files_map,
Doat_writer.cc666 /*out*/ std::vector<MemMap>* opened_dex_files_map, in WriteAndOpenDexFiles() argument
708 *opened_dex_files_map = std::move(dex_files_map); in WriteAndOpenDexFiles()
3669 /*out*/ std::vector<MemMap>* opened_dex_files_map, in OpenDexFiles() argument
3707 *opened_dex_files_map = std::move(maps); in OpenDexFiles()
3775 opened_dex_files_map->push_back(std::move(dex_files_map)); in OpenDexFiles()
/art/dex2oat/
Ddex2oat.cc1574 std::vector<MemMap> opened_dex_files_map; in Setup() local
1586 &opened_dex_files_map, in Setup()
1591 if (opened_dex_files_map.empty()) { in Setup()
1594 for (MemMap& map : opened_dex_files_map) { in Setup()