Searched refs:real_addr_iter (Results 1 – 2 of 2) sorted by relevance
236 const uint64_t real_addr, MappingList::const_iterator real_addr_iter, in GetMappedIDAndOffset() argument238 CHECK(real_addr_iter != mappings_.end()); in GetMappedIDAndOffset()242 *id = real_addr_iter->id; in GetMappedIDAndOffset()243 *offset = real_addr - real_addr_iter->real_addr + real_addr_iter->offset_base; in GetMappedIDAndOffset()
58 MappingList::const_iterator real_addr_iter,