Searched refs:expand_location (Results 1 – 2 of 2) sorted by relevance
6928 void Riscv64Assembler::Branch::Relocate(uint32_t expand_location, uint32_t delta) { in Relocate() argument6931 if (location_ > expand_location) { in Relocate()6934 if (target_ > expand_location) { in Relocate()7405 uint32_t expand_location = branch.GetLocation(); in PromoteBranches() local7407 branch2.Relocate(expand_location, delta); in PromoteBranches()
2064 void Relocate(uint32_t expand_location, uint32_t delta);