Home | History | Annotate | Download | only in crankshaft

Lines Matching full:spill_operand_

115       spill_operand_(new (zone) LOperand()),
136 DCHECK(spill_operand_ != NULL);
137 return !spill_operand_->IsIgnored();
143 DCHECK(spill_operand_ != NULL);
144 DCHECK(spill_operand_->IsIgnored());
145 spill_operand_->ConvertTo(operand->kind(), operand->index());