Searched refs:other_delta (Results 1 – 1 of 1) sorted by relevance
/external/google-breakpad/src/processor/ |
D | range_map-inl.h | 89 AddressType other_high, other_size, other_delta; in StoreRangeInternal() local 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() 131 AddressType other_high, other_size, other_delta; in StoreRangeInternal() local 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() 150 AddressType other_delta = AddressType(); in StoreRangeInternal() local 151 RetrieveRange(other_high, &other_entry, &other_base, &other_delta, in StoreRangeInternal() 156 other_delta + additional_delta, other_entry))); in StoreRangeInternal()
|