Home | History | Annotate | Download | only in arm

Lines Matching refs:last_position_adjustment_

3418     last_position_adjustment_ = 0u;
3424 if (fixup->GetLocation() >= old_position + last_position_adjustment_) {
3428 last_position_adjustment_ += fixup->GetSizeInBytes() - fixup->GetOriginalSizeInBytes();
3433 return old_position + last_position_adjustment_;