Home | History | Annotate | Download | only in mips64

Lines Matching refs:last_position_adjustment_

1575     last_position_adjustment_ = 0;
1581 if (branch->GetLocation() >= old_position + last_position_adjustment_) {
1584 last_position_adjustment_ += branch->GetSize() - branch->GetOldSize();
1588 return old_position + last_position_adjustment_;