Home
last modified time | relevance | path

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

/art/compiler/utils/mips64/
Dassembler_mips64.cc2611 uint32_t Mips64Assembler::Branch::GetOldEndLocation() const { in GetOldEndLocation() function in art::mips64::Mips64Assembler::Branch
3086 uint32_t size_delta = last_branch.GetEndLocation() - last_branch.GetOldEndLocation(); in PromoteBranches()
3093 uint32_t size = end - branch.GetOldEndLocation(); in PromoteBranches()
3094 buffer_.Move(branch.GetEndLocation(), branch.GetOldEndLocation(), size); in PromoteBranches()
Dassembler_mips64.h1573 uint32_t GetOldEndLocation() const;
/art/compiler/utils/mips/
Dassembler_mips.cc3239 uint32_t MipsAssembler::Branch::GetOldEndLocation() const { in GetOldEndLocation() function in art::mips::MipsAssembler::Branch
3924 uint32_t size_delta = last_branch.GetEndLocation() - last_branch.GetOldEndLocation(); in PromoteBranches()
3931 CHECK_GE(end, branch.GetOldEndLocation()); in PromoteBranches()
3932 uint32_t size = end - branch.GetOldEndLocation(); in PromoteBranches()
3933 buffer_.Move(branch.GetEndLocation(), branch.GetOldEndLocation(), size); in PromoteBranches()
Dassembler_mips.h1585 uint32_t GetOldEndLocation() const;