Home | History | Annotate | Download | only in crankshaft

Lines Matching full:spill_operand_

112       spill_operand_(new (zone) LOperand()),
133 DCHECK(spill_operand_ != NULL);
134 return !spill_operand_->IsIgnored();
140 DCHECK(spill_operand_ != NULL);
141 DCHECK(spill_operand_->IsIgnored());
142 spill_operand_->ConvertTo(operand->kind(), operand->index());