Home
last modified time | relevance | path

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

/art/compiler/utils/mips64/
Dassembler_mips64.cc2244 void Mips64Assembler::Branch::Relocate(uint32_t expand_location, uint32_t delta) { in Relocate() argument
2245 if (location_ > expand_location) { in Relocate()
2251 if (target_ > expand_location) { in Relocate()
2610 uint32_t expand_location = branch.GetLocation(); in PromoteBranches() local
2612 branch2.Relocate(expand_location, delta); in PromoteBranches()
Dassembler_mips64.h1494 void Relocate(uint32_t expand_location, uint32_t delta);
/art/compiler/utils/mips/
Dassembler_mips.cc3389 void MipsAssembler::Branch::Relocate(uint32_t expand_location, uint32_t delta) { in Relocate() argument
3390 if (location_ > expand_location) { in Relocate()
3396 if (target_ > expand_location) { in Relocate()
3898 uint32_t expand_location = branch.GetLocation(); in PromoteBranches() local
3900 branch2.Relocate(expand_location, delta); in PromoteBranches()
Dassembler_mips.h1420 void Relocate(uint32_t expand_location, uint32_t delta);