Searched refs:opened_dex_files_map (Results 1 – 3 of 3) sorted by relevance
166 /*out*/ std::vector<MemMap>* opened_dex_files_map,286 /*out*/ std::vector<MemMap>* opened_dex_files_map);289 /*inout*/ std::vector<MemMap>* opened_dex_files_map,
525 /*out*/ std::vector<MemMap>* opened_dex_files_map, in WriteAndOpenDexFiles() argument543 *opened_dex_files_map = std::move(dex_files_map); in WriteAndOpenDexFiles()3254 /*out*/ std::vector<MemMap>* opened_dex_files_map) { in WriteDexFiles() argument3427 opened_dex_files_map->push_back(std::move(dex_files_map)); in WriteDexFiles()3451 /*inout*/ std::vector<MemMap>* opened_dex_files_map, in OpenDexFiles() argument3461 DCHECK_EQ(opened_dex_files_map->size(), 0u); in OpenDexFiles()3476 DCHECK_EQ(opened_dex_files_map->size(), 1u); in OpenDexFiles()3477 DCHECK(vdex_begin_ == opened_dex_files_map->front().Begin()); in OpenDexFiles()
1482 std::vector<MemMap> opened_dex_files_map; in Setup() local1493 &opened_dex_files_map, in Setup()1498 for (MemMap& map : opened_dex_files_map) { in Setup()