Home
last modified time | relevance | path

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

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