Searched refs:GetOffsetLocation (Results 1 - 4 of 4) sorted by last modified time

/art/compiler/utils/mips/
H A Dassembler_mips.cc1835 uint32_t MipsAssembler::Branch::GetOffsetLocation() const { function in class:art::mips::MipsAssembler::Branch
1844 uint32_t offset = target_ - GetOffsetLocation() - branch_info_[type_].pc_org * sizeof(uint32_t);
2039 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation());
2044 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation());
2051 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation());
2079 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation());
2095 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation());
2105 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation());
2115 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation());
2119 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation());
[all...]
H A Dassembler_mips.h737 uint32_t GetOffsetLocation() const;
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc1500 uint32_t Mips64Assembler::Branch::GetOffsetLocation() const { function in class:art::mips64::Mips64Assembler::Branch
1509 uint32_t offset = target_ - GetOffsetLocation() - branch_info_[type_].pc_org * sizeof(uint32_t);
1699 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation());
1703 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation());
1708 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation());
1716 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation());
1723 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation());
1729 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation());
H A Dassembler_mips64.h649 uint32_t GetOffsetLocation() const;

Completed in 39 milliseconds