Home
last modified time | relevance | path

Searched refs:cur_map (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Dcmd_merge.cpp302 const std::unordered_map<uint64_t, size_t>& cur_map = readers_[prev_reader_id]->EventIdMap(); in WriteGapInDataSection() local
307 if (auto it = cur_map.find(event_id); it == cur_map.end() || it->second != attr_id) { in WriteGapInDataSection()
/aosp12/art/dex2oat/linker/
H A Dimage_test.h268 for (MemMap& cur_map : cur_opened_dex_files_maps) { in DoCompile()
269 opened_dex_files_maps.push_back(std::move(cur_map)); in DoCompile()