Lines Matching refs:spill_operand
739 InstructionSequence* code, const InstructionOperand& spill_operand) { in TryCommitSpillInDeferredBlock() argument
759 move_op->destination().Equals(spill_operand)) { in TryCommitSpillInDeferredBlock()
767 move->AddMove(assigned, spill_operand); in TryCommitSpillInDeferredBlock()
3011 InstructionOperand spill_operand; in CommitAssignment() local
3013 spill_operand = *top_range->TopLevel()->GetSpillOperand(); in CommitAssignment()
3015 spill_operand = top_range->TopLevel()->GetSpillRangeOperand(); in CommitAssignment()
3024 range->ConvertUsesToOperand(assigned, spill_operand); in CommitAssignment()
3027 if (!spill_operand.IsInvalid()) { in CommitAssignment()
3040 spill_operand)) { in CommitAssignment()
3044 data()->code(), spill_operand, in CommitAssignment()
3109 InstructionOperand spill_operand; in PopulateReferenceMaps() local
3114 spill_operand = *range->GetSpillOperand(); in PopulateReferenceMaps()
3116 spill_operand = range->GetSpillRangeOperand(); in PopulateReferenceMaps()
3118 DCHECK(spill_operand.IsStackSlot()); in PopulateReferenceMaps()
3120 AllocatedOperand::cast(spill_operand).representation()); in PopulateReferenceMaps()
3168 if (!spill_operand.IsInvalid() && safe_point >= spill_index) { in PopulateReferenceMaps()
3171 map->RecordReference(AllocatedOperand::cast(spill_operand)); in PopulateReferenceMaps()