Home | History | Annotate | Download | only in mips

Lines Matching defs:expand_location

2183 void MipsAssembler::Branch::Relocate(uint32_t expand_location, uint32_t delta) {
2184 if (location_ > expand_location) {
2190 if (target_ > expand_location) {
2692 uint32_t expand_location = branch.GetLocation();
2694 branch2.Relocate(expand_location, delta);