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

/art/compiler/utils/mips/
H A Dassembler_mips.cc1764 void MipsAssembler::Branch::Relocate(uint32_t expand_location, uint32_t delta) { argument
1765 if (location_ > expand_location) {
1771 if (target_ > expand_location) {
1979 uint32_t expand_location = branch.GetLocation(); local
1981 branch2.Relocate(expand_location, delta);
H A Dassembler_mips.h722 void Relocate(uint32_t expand_location, uint32_t delta);
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc1439 void Mips64Assembler::Branch::Relocate(uint32_t expand_location, uint32_t delta) { argument
1440 if (location_ > expand_location) {
1446 if (target_ > expand_location) {
1647 uint32_t expand_location = branch.GetLocation(); local
1649 branch2.Relocate(expand_location, delta);
H A Dassembler_mips64.h634 void Relocate(uint32_t expand_location, uint32_t delta);

Completed in 43 milliseconds