Searched refs:GetOldEndLocation (Results 1 – 4 of 4) sorted by relevance
1380 uint32_t Mips64Assembler::Branch::GetOldEndLocation() const { in GetOldEndLocation() function in art::mips64::Mips64Assembler::Branch1661 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()
595 uint32_t GetOldEndLocation() const;
1697 uint32_t MipsAssembler::Branch::GetOldEndLocation() const { in GetOldEndLocation() function in art::mips::MipsAssembler::Branch1993 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()
681 uint32_t GetOldEndLocation() const;