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

/art/compiler/utils/mips/
H A Dassembler_mips.cc1689 uint32_t MipsAssembler::Branch::GetOldSize() const { function in class:art::mips::MipsAssembler::Branch
1698 return GetOldLocation() + GetOldSize();
1814 uint32_t old_size = GetOldSize();
1826 uint32_t old_size = GetOldSize();
1919 last_position_adjustment_ += branch->GetSize() - branch->GetOldSize();
H A Dassembler_mips.h679 uint32_t GetOldSize() const;
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc1372 uint32_t Mips64Assembler::Branch::GetOldSize() const { function in class:art::mips64::Mips64Assembler::Branch
1381 return GetOldLocation() + GetOldSize();
1479 uint32_t old_size = GetOldSize();
1491 uint32_t old_size = GetOldSize();
1584 last_position_adjustment_ += branch->GetSize() - branch->GetOldSize();
H A Dassembler_mips64.h593 uint32_t GetOldSize() const;

Completed in 37 milliseconds