Searched refs:expand_location (Results 1 – 4 of 4) sorted by relevance
2013 void Mips64Assembler::Branch::Relocate(uint32_t expand_location, uint32_t delta) { in Relocate() argument2014 if (location_ > expand_location) { in Relocate()2020 if (target_ > expand_location) { in Relocate()2379 uint32_t expand_location = branch.GetLocation(); in PromoteBranches() local2381 branch2.Relocate(expand_location, delta); in PromoteBranches()
1405 void Relocate(uint32_t expand_location, uint32_t delta);
2183 void MipsAssembler::Branch::Relocate(uint32_t expand_location, uint32_t delta) { in Relocate() argument2184 if (location_ > expand_location) { in Relocate()2190 if (target_ > expand_location) { in Relocate()2692 uint32_t expand_location = branch.GetLocation(); in PromoteBranches() local2694 branch2.Relocate(expand_location, delta); in PromoteBranches()
1228 void Relocate(uint32_t expand_location, uint32_t delta);