Searched refs:cur_map (Results 1 – 2 of 2) sorted by relevance
302 const std::unordered_map<uint64_t, size_t>& cur_map = readers_[prev_reader_id]->EventIdMap(); in WriteGapInDataSection() local307 if (auto it = cur_map.find(event_id); it == cur_map.end() || it->second != attr_id) { in WriteGapInDataSection()
268 for (MemMap& cur_map : cur_opened_dex_files_maps) { in DoCompile()269 opened_dex_files_maps.push_back(std::move(cur_map)); in DoCompile()