Searched refs:fixup_ (Results 1 – 3 of 3) sorted by relevance
84 : fixup_(other.fixup_), length_(other.length_) { in Operand()90 fixup_ = other.fixup_;126 AssemblerFixup *fixup() const { return fixup_; } in fixup()129 Operand() : fixup_(nullptr), length_(0) {} // Needed by subclass Address. in Operand()156 void SetFixup(AssemblerFixup *fixup) { fixup_ = fixup; } in SetFixup()159 AssemblerFixup *fixup_;163 explicit Operand(GPRRegister reg) : fixup_(nullptr) { SetModRM(3, reg); } in Operand()
77 explicit Immediate(AssemblerFixup *fixup) : fixup_(fixup) {} in Immediate()80 AssemblerFixup *fixup() const { return fixup_; } in fixup()85 return fixup_ == nullptr && Utils::IsInt(8, value_); in is_int8()88 return fixup_ == nullptr && Utils::IsUint(8, value_); in is_uint8()91 return fixup_ == nullptr && Utils::IsUint(16, value_); in is_uint16()96 AssemblerFixup *fixup_ = nullptr; variable
131 AssemblerFixup *fixup() const { return fixup_; } in fixup()162 void SetFixup(AssemblerFixup *fixup) { fixup_ = fixup; } in SetFixup()165 AssemblerFixup *fixup_ = nullptr;170 explicit Operand(GPRRegister reg) : fixup_(nullptr) { SetModRM(3, reg); } in Operand()