Searched refs:GetOldEndLocation (Results 1 - 4 of 4) sorted by last modified time

/art/compiler/utils/mips/
H A Dassembler_mips.cc1697 uint32_t MipsAssembler::Branch::GetOldEndLocation() const { function in class:art::mips::MipsAssembler::Branch
1993 uint32_t size_delta = last_branch.GetEndLocation() - last_branch.GetOldEndLocation();
2000 uint32_t size = end - branch.GetOldEndLocation();
2001 buffer_.Move(branch.GetEndLocation(), branch.GetOldEndLocation(), size);
H A Dassembler_mips.h681 uint32_t GetOldEndLocation() const;
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc1380 uint32_t Mips64Assembler::Branch::GetOldEndLocation() const { function in class:art::mips64::Mips64Assembler::Branch
1661 uint32_t size_delta = last_branch.GetEndLocation() - last_branch.GetOldEndLocation();
1668 uint32_t size = end - branch.GetOldEndLocation();
1669 buffer_.Move(branch.GetEndLocation(), branch.GetOldEndLocation(), size);
H A Dassembler_mips64.h595 uint32_t GetOldEndLocation() const;

Completed in 37 milliseconds