Searched refs:loc_map (Results 1 – 1 of 1) sorted by relevance
505 LocationMap& loc_map = per_pid_[pid].location_map; in AddOrGetLocation() local506 auto loc_it = loc_map.find(addr); in AddOrGetLocation()507 if (loc_it != loc_map.end()) { in AddOrGetLocation()526 loc_map[addr] = loc_id; in AddOrGetLocation()544 LocationMap& loc_map = per_pid_[mmap.pid].location_map; in MMap() local545 loc_map.erase(loc_map.lower_bound(mmap.mapping->start), in MMap()546 loc_map.lower_bound(mmap.mapping->limit)); in MMap()