Searched refs:opened_dex_files_map (Results 1 – 3 of 3) sorted by relevance
166 /*out*/ std::vector<MemMap>* opened_dex_files_map,281 /*out*/ std::vector<MemMap>* opened_dex_files_map);297 /*inout*/ std::vector<MemMap>* opened_dex_files_map,
688 /*out*/ std::vector<MemMap>* opened_dex_files_map, in WriteAndOpenDexFiles() argument705 *opened_dex_files_map = std::move(dex_files_map); in WriteAndOpenDexFiles()3104 /*out*/ std::vector<MemMap>* opened_dex_files_map) { in WriteDexFiles() argument3277 opened_dex_files_map->push_back(std::move(dex_files_map)); in WriteDexFiles()3465 /*inout*/ std::vector<MemMap>* opened_dex_files_map, in OpenDexFiles() argument3475 DCHECK_EQ(opened_dex_files_map->size(), 0u); in OpenDexFiles()3504 *opened_dex_files_map = std::move(maps); in OpenDexFiles()3513 DCHECK_EQ(opened_dex_files_map->size(), 1u); in OpenDexFiles()3514 DCHECK(vdex_begin_ == opened_dex_files_map->front().Begin()); in OpenDexFiles()
1444 std::vector<MemMap> opened_dex_files_map; in Setup() local1455 &opened_dex_files_map, in Setup()1460 if (opened_dex_files_map.empty()) { in Setup()1463 for (MemMap& map : opened_dex_files_map) { in Setup()