Searched refs:opened_dex_files_map (Results 1 – 3 of 3) sorted by relevance
181 /*out*/ std::vector<MemMap>* opened_dex_files_map,317 /*out*/ std::vector<MemMap>* opened_dex_files_map,
666 /*out*/ std::vector<MemMap>* opened_dex_files_map, in WriteAndOpenDexFiles() argument708 *opened_dex_files_map = std::move(dex_files_map); in WriteAndOpenDexFiles()3669 /*out*/ std::vector<MemMap>* opened_dex_files_map, in OpenDexFiles() argument3707 *opened_dex_files_map = std::move(maps); in OpenDexFiles()3775 opened_dex_files_map->push_back(std::move(dex_files_map)); in OpenDexFiles()
1574 std::vector<MemMap> opened_dex_files_map; in Setup() local1586 &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()