Searched refs:opened_dex_files_map (Results 1 – 3 of 3) sorted by relevance
176 /*out*/ std::vector<MemMap>* opened_dex_files_map,293 /*out*/ std::vector<MemMap>* opened_dex_files_map);309 /*inout*/ std::vector<MemMap>* opened_dex_files_map,
684 /*out*/ std::vector<MemMap>* opened_dex_files_map, in WriteAndOpenDexFiles() argument700 *opened_dex_files_map = std::move(dex_files_map); in WriteAndOpenDexFiles()3131 /*out*/ std::vector<MemMap>* opened_dex_files_map) { in WriteDexFiles() argument3317 opened_dex_files_map->push_back(std::move(dex_files_map)); in WriteDexFiles()3505 /*inout*/ std::vector<MemMap>* opened_dex_files_map, in OpenDexFiles() argument3515 DCHECK_EQ(opened_dex_files_map->size(), 0u); in OpenDexFiles()3544 *opened_dex_files_map = std::move(maps); in OpenDexFiles()3553 DCHECK_EQ(opened_dex_files_map->size(), 1u); in OpenDexFiles()3554 DCHECK(vdex_begin_ == opened_dex_files_map->front().Begin()); in OpenDexFiles()
1706 std::vector<MemMap> opened_dex_files_map; in Setup() local1717 &opened_dex_files_map, in Setup()1722 if (opened_dex_files_map.empty()) { in Setup()1725 for (MemMap& map : opened_dex_files_map) { in Setup()