Searched refs:GetOldEndLocation (Results 1 – 4 of 4) sorted by relevance
2611 uint32_t Mips64Assembler::Branch::GetOldEndLocation() const { in GetOldEndLocation() function in art::mips64::Mips64Assembler::Branch3086 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()
1573 uint32_t GetOldEndLocation() const;
3239 uint32_t MipsAssembler::Branch::GetOldEndLocation() const { in GetOldEndLocation() function in art::mips::MipsAssembler::Branch3924 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()
1585 uint32_t GetOldEndLocation() const;