Searched refs:GetEndLocation (Results 1 - 4 of 4) sorted by relevance

/art/compiler/utils/mips/
H A Dassembler_mips.cc1693 uint32_t MipsAssembler::Branch::GetEndLocation() const { function in class:art::mips::MipsAssembler::Branch
1886 bound_pc -= branch->GetEndLocation();
1898 target += branch->GetEndLocation();
1993 uint32_t size_delta = last_branch.GetEndLocation() - last_branch.GetOldEndLocation();
2001 buffer_.Move(branch.GetEndLocation(), branch.GetOldEndLocation(), size);
2151 CHECK_EQ(overwrite_location_, branch->GetEndLocation());
H A Dassembler_mips.h680 uint32_t GetEndLocation() const;
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc1376 uint32_t Mips64Assembler::Branch::GetEndLocation() const { function in class:art::mips64::Mips64Assembler::Branch
1551 bound_pc -= branch->GetEndLocation();
1563 target += branch->GetEndLocation();
1661 uint32_t size_delta = last_branch.GetEndLocation() - last_branch.GetOldEndLocation();
1669 buffer_.Move(branch.GetEndLocation(), branch.GetOldEndLocation(), size);
1735 CHECK_EQ(overwrite_location_, branch->GetEndLocation());
H A Dassembler_mips64.h594 uint32_t GetEndLocation() const;

Completed in 19 milliseconds