Home
last modified time | relevance | path

Searched refs:GetFixup (Results 1 – 6 of 6) sorted by relevance

/art/compiler/utils/arm/
Dassembler_thumb2.cc95 Fixup* fixup = GetFixup(fixup_id); // Get the Fixup at this id. in BindLabel()
131 Fixup* dependent = GetFixup(dependent_id); in AdjustFixupIfNeeded()
160 Fixup* fixup = GetFixup(fixup_id); in AdjustFixups()
2602 GetFixup(branch_id)->Resolve(label->Position()); in EmitBranch()
2614 DCHECK_EQ(buffer_.Size() - pc, GetFixup(branch_id)->GetSizeInBytes()); in EmitBranch()
3560 Fixup* fixup = GetFixup(last_fixup_id_); in GetAdjustedPosition()
3591 DCHECK_EQ(location + GetFixup(fixup_id)->GetSizeInBytes(), buffer_.Size()); in LoadLiteral()
3603 DCHECK_EQ(location + GetFixup(fixup_id)->GetSizeInBytes(), buffer_.Size()); in LoadLiteral()
3614 DCHECK_EQ(location + GetFixup(fixup_id)->GetSizeInBytes(), buffer_.Size()); in LoadLiteral()
3625 DCHECK_EQ(location + GetFixup(fixup_id)->GetSizeInBytes(), buffer_.Size()); in LoadLiteral()
[all …]
Dassembler_thumb2.h853 Fixup* GetFixup(FixupId fixup_id) { in GetFixup() function
/art/compiler/utils/x86/
Dassembler_x86.h120 AssemblerFixup* GetFixup() const { in GetFixup() function
Dassembler_x86.cc2456 AssemblerFixup* fixup = operand.GetFixup(); in EmitOperand()
/art/compiler/utils/x86_64/
Dassembler_x86_64.h104 AssemblerFixup* GetFixup() const { in GetFixup() function
Dassembler_x86_64.cc3059 AssemblerFixup* fixup = operand.GetFixup(); in EmitOperand()