Lines Matching refs:other_base
84 AddressType other_base = iterator_base->second.base(); in StoreRangeInternal() local
85 if (base < other_base) { in StoreRangeInternal()
86 return StoreRangeInternal(base, delta, other_base - base, entry); in StoreRangeInternal()
87 } else if (other_base < base) { in StoreRangeInternal()
91 RetrieveRange(other_high, &other_entry, &other_base, &other_delta, in StoreRangeInternal()
95 MapValue(base - 1, Range(other_base, other_delta, other_entry))); in StoreRangeInternal()
126 AddressType other_base = iterator_high->second.base(); in StoreRangeInternal() local
127 if (base < other_base) { in StoreRangeInternal()
128 return StoreRangeInternal(base, delta, other_base - base, entry); in StoreRangeInternal()
129 } else if (other_base < base) { in StoreRangeInternal()
133 RetrieveRange(other_high, &other_entry, &other_base, &other_delta, in StoreRangeInternal()
137 MapValue(base - 1, Range(other_base, other_delta, other_entry))); in StoreRangeInternal()
148 AddressType other_base = AddressType(); in StoreRangeInternal() local
151 RetrieveRange(other_high, &other_entry, &other_base, &other_delta, in StoreRangeInternal()
155 Range(other_base + additional_delta, in StoreRangeInternal()