Home
last modified time | relevance | path

Searched refs:expand_location (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/mips64/
Dassembler_mips64.cc2013 void Mips64Assembler::Branch::Relocate(uint32_t expand_location, uint32_t delta) { in Relocate() argument
2014 if (location_ > expand_location) { in Relocate()
2020 if (target_ > expand_location) { in Relocate()
2379 uint32_t expand_location = branch.GetLocation(); in PromoteBranches() local
2381 branch2.Relocate(expand_location, delta); in PromoteBranches()
Dassembler_mips64.h1405 void Relocate(uint32_t expand_location, uint32_t delta);
/art/compiler/utils/mips/
Dassembler_mips.cc2183 void MipsAssembler::Branch::Relocate(uint32_t expand_location, uint32_t delta) { in Relocate() argument
2184 if (location_ > expand_location) { in Relocate()
2190 if (target_ > expand_location) { in Relocate()
2692 uint32_t expand_location = branch.GetLocation(); in PromoteBranches() local
2694 branch2.Relocate(expand_location, delta); in PromoteBranches()
Dassembler_mips.h1228 void Relocate(uint32_t expand_location, uint32_t delta);