Searched refs:expand_location (Results 1 – 4 of 4) sorted by relevance
2244 void Mips64Assembler::Branch::Relocate(uint32_t expand_location, uint32_t delta) { in Relocate() argument2245 if (location_ > expand_location) { in Relocate()2251 if (target_ > expand_location) { in Relocate()2610 uint32_t expand_location = branch.GetLocation(); in PromoteBranches() local2612 branch2.Relocate(expand_location, delta); in PromoteBranches()
1494 void Relocate(uint32_t expand_location, uint32_t delta);
3389 void MipsAssembler::Branch::Relocate(uint32_t expand_location, uint32_t delta) { in Relocate() argument3390 if (location_ > expand_location) { in Relocate()3396 if (target_ > expand_location) { in Relocate()3898 uint32_t expand_location = branch.GetLocation(); in PromoteBranches() local3900 branch2.Relocate(expand_location, delta); in PromoteBranches()
1420 void Relocate(uint32_t expand_location, uint32_t delta);