Searched refs:GetOffsetLocation (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 2779 uint32_t Mips64Assembler::Branch::GetOffsetLocation() const { in GetOffsetLocation() function in art::mips64::Mips64Assembler::Branch 2788 uint32_t offset_location = GetOffsetLocation(); in GetOffset() 3172 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation()); in EmitBranch() 3176 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation()); in EmitBranch() 3181 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation()); in EmitBranch() 3185 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation()); in EmitBranch() 3189 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation()); in EmitBranch() 3193 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation()); in EmitBranch() 3197 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation()); in EmitBranch() 3203 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation()); in EmitBranch() [all …]
|
D | assembler_mips64.h | 1628 uint32_t GetOffsetLocation() const;
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 3463 uint32_t MipsAssembler::Branch::GetOffsetLocation() const { in GetOffsetLocation() function in art::mips::MipsAssembler::Branch 3484 return branch->GetOffsetLocation() + in GetBranchOrPcRelBaseForEncoding() 4058 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation()); in EmitBranch() 4067 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation()); in EmitBranch() 4076 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation()); in EmitBranch() 4082 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation()); in EmitBranch() 4087 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation()); in EmitBranch() 4092 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation()); in EmitBranch() 4099 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation()); in EmitBranch() 4105 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation()); in EmitBranch() [all …]
|
D | assembler_mips.h | 1650 uint32_t GetOffsetLocation() const;
|