Searched refs:offset_location (Results 1 – 1 of 1) sorted by relevance
7035 uint32_t offset_location = GetOffsetLocation(); in GetOffset() local7036 int32_t offset = static_cast<int32_t>(target_ - offset_location); in GetOffset()7037 DCHECK_EQ(offset, static_cast<int64_t>(target_) - static_cast<int64_t>(offset_location)); in GetOffset()