Searched refs:fixup_ (Results 1 – 4 of 4) sorted by relevance
34 fixup_ = nullptr; in AssemblerBuffer()55 AssemblerFixup* fixup = fixup_; in ProcessFixups()
132 fixup->set_previous(fixup_); in EmitFixup()134 fixup_ = fixup; in EmitFixup()260 AssemblerFixup* fixup_; variable
101 fixup_ == op.fixup_;106 Operand() : length_(0), disp_(0), fixup_(nullptr) { } in Operand()136 return fixup_; in GetFixup()140 fixup_ = fixup; in SetFixup()150 AssemblerFixup* fixup_; variable152 explicit Operand(Register reg) : disp_(0), fixup_(nullptr) { SetModRM(3, reg); } in Operand()
137 return fixup_; in GetFixup()144 fixup_ == op.fixup_;149 Operand() : rex_(0), length_(0), fixup_(nullptr) { } in Operand()187 fixup_ = fixup; in SetFixup()194 AssemblerFixup* fixup_; variable196 explicit Operand(CpuRegister reg) : rex_(0), length_(0), fixup_(nullptr) { SetModRM(3, reg); } in Operand()