Home | History | Annotate | Download | only in mips

Lines Matching defs:expand_location

1764 void MipsAssembler::Branch::Relocate(uint32_t expand_location, uint32_t delta) {
1765 if (location_ > expand_location) {
1771 if (target_ > expand_location) {
1979 uint32_t expand_location = branch.GetLocation();
1981 branch2.Relocate(expand_location, delta);