Home
last modified time | relevance | path

Searched refs:GetOffsetLocation (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/mips64/
Dassembler_mips64.cc2779 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 …]
Dassembler_mips64.h1628 uint32_t GetOffsetLocation() const;
/art/compiler/utils/mips/
Dassembler_mips.cc3463 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 …]
Dassembler_mips.h1650 uint32_t GetOffsetLocation() const;