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

/art/compiler/utils/mips/
H A Dassembler_mips.h675 uint32_t GetOldLocation() const;
H A Dassembler_mips.cc1673 uint32_t MipsAssembler::Branch::GetOldLocation() const { function in class:art::mips::MipsAssembler::Branch
1698 return GetOldLocation() + GetOldSize();
2002 end = branch.GetOldLocation();
/art/compiler/utils/mips64/
H A Dassembler_mips64.h589 uint32_t GetOldLocation() const;
H A Dassembler_mips64.cc1356 uint32_t Mips64Assembler::Branch::GetOldLocation() const { function in class:art::mips64::Mips64Assembler::Branch
1381 return GetOldLocation() + GetOldSize();
1670 end = branch.GetOldLocation();

Completed in 30 milliseconds