Lines Matching full:high
59 AddressType high = base + size - 1;
62 if (size <= 0 || high < base) {
68 // << HexString(size) << ", " << HexString(high);
76 MapIterator iterator_high = map_->lower_bound(high);
86 // containing child's high address.
87 if (iterator_base->second->base_ == base && iterator_base->first == high) {
99 // is higher than the new range's high address. Set contains_high to true
103 high >= iterator_high->second->base_;
108 (contains_high && high < iterator_high->first)) {
140 // Store the new range in the map by its high address. Any children that
144 map_->insert(MapValue(high,
161 // Get an iterator to the child range whose high address is equal to or
163 // than all of the high addresses in the range, then this range does not