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()
2580 GetFixup(branch_id)->Resolve(label->Position()); in EmitBranch()
2592 DCHECK_EQ(buffer_.Size() - pc, GetFixup(branch_id)->GetSizeInBytes()); in EmitBranch()
3423 Fixup* fixup = GetFixup(last_fixup_id_); in GetAdjustedPosition()
3454 DCHECK_EQ(location + GetFixup(fixup_id)->GetSizeInBytes(), buffer_.Size()); in LoadLiteral()
3466 DCHECK_EQ(location + GetFixup(fixup_id)->GetSizeInBytes(), buffer_.Size()); in LoadLiteral()
3477 DCHECK_EQ(location + GetFixup(fixup_id)->GetSizeInBytes(), buffer_.Size()); in LoadLiteral()
3488 DCHECK_EQ(location + GetFixup(fixup_id)->GetSizeInBytes(), buffer_.Size()); in LoadLiteral()
[all …]
Dassembler_thumb2.h829 Fixup* GetFixup(FixupId fixup_id) { in GetFixup() function
/art/compiler/utils/x86/
Dassembler_x86.h119 AssemblerFixup* GetFixup() const { in GetFixup() function
Dassembler_x86.cc1828 AssemblerFixup* fixup = operand.GetFixup(); in EmitOperand()
/art/compiler/utils/x86_64/
Dassembler_x86_64.h103 AssemblerFixup* GetFixup() const { in GetFixup() function
Dassembler_x86_64.cc2389 AssemblerFixup* fixup = operand.GetFixup(); in EmitOperand()