Home
last modified time | relevance | path

Searched refs:spill_operand_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/crankshaft/
Dlithium-allocator.h267 LOperand* GetSpillOperand() const { return spill_operand_; } in GetSpillOperand()
320 LOperand* spill_operand_; variable
Dlithium-allocator.cc114 spill_operand_(new (zone) LOperand()), in LiveRange()
135 DCHECK(spill_operand_ != NULL); in HasAllocatedSpillOperand()
136 return !spill_operand_->IsIgnored(); in HasAllocatedSpillOperand()
142 DCHECK(spill_operand_ != NULL); in SetSpillOperand()
143 DCHECK(spill_operand_->IsIgnored()); in SetSpillOperand()
144 spill_operand_->ConvertTo(operand->kind(), operand->index()); in SetSpillOperand()
/external/v8/src/compiler/
Dregister-allocator.h522 return spill_operand_; in GetSpillOperand()
644 InstructionOperand* spill_operand_; member
Dregister-allocator.cc844 spill_operand_(nullptr), in TopLevelLiveRange()
906 spill_operand_ = operand; in SetSpillOperand()