Lines Matching refs:end_
37 if (memMaps_[memMapsIndexs_[index - 1]].end_ > memMaps_[memMapsIndexs_[index]].begin_) { in IsSorted()
40 << memMaps_[memMapsIndexs_[index - 1]].end_ in IsSorted()
42 << memMaps_[memMapsIndexs_[index]].end_; in IsSorted()
83 if (memMaps_[memMapsIndexs_[memMapsIndexs_.size() - 1]].end_ <= addr) { in FindMapIndexByAddr()
91 if (addr < memMaps_[memMapsIndexs_[mid]].end_) { in FindMapIndexByAddr()
96 if (addr >= memMaps_[memMapsIndexs_[mid]].end_) { in FindMapIndexByAddr()
102 … if (addr >= memMaps_[memMapsIndexs_[left]].begin_ && addr < memMaps_[memMapsIndexs_[left]].end_) { in FindMapIndexByAddr()
117 if (memMaps_[memMapsIndexs_[memMapsIndexs_.size() - 1]].end_ <= addr) { in FindMapByAddr()
125 if (addr < memMaps_[memMapsIndexs_[mid]].end_) { in FindMapByAddr()
130 if (addr >= memMaps_[memMapsIndexs_[mid]].end_) { in FindMapByAddr()
136 … if (addr >= memMaps_[memMapsIndexs_[left]].begin_ && addr < memMaps_[memMapsIndexs_[left]].end_) { in FindMapByAddr()
149 if (offset >= map.pageoffset_ && (offset - map.pageoffset_) < (map.end_ - map.begin_)) { in FindMapByFileInfo()
152 offset, map.begin_, map.end_, map.pageoffset_, map.name_.c_str()); in FindMapByFileInfo()
303 memMapItem.end_ = std::stoull(addrRanges[1], nullptr, NUMBER_FORMAT_HEX_BASE); in ParseMap()
402 …targetPos >= 0 and memMaps_[memMapsIndexs_[currPos]].end_ < memMaps_[memMapsIndexs_[targetPos]].en… in SortMemMaps()
425 pid_, tid_, memMaps_.size(), map.name_.c_str(), map.begin_, map.end_, map.pageoffset_); in CreateMapItem()