HomeSort by relevance Sort by last modified time
    Searched full:spill_operand_ (Results 1 - 4 of 4) sorted by null

  /external/v8/src/crankshaft/
lithium-allocator.h 267 LOperand* GetSpillOperand() const { return spill_operand_; }
320 LOperand* spill_operand_; member in class:v8::internal::LiveRange
lithium-allocator.cc 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());
    [all...]
  /external/v8/src/compiler/
register-allocator.h 534 return spill_operand_;
656 InstructionOperand* spill_operand_; member in union:v8::internal::compiler::LiveRange::final::__anon35912
    [all...]
register-allocator.cc 841 spill_operand_(nullptr),
903 spill_operand_ = operand;
    [all...]

Completed in 225 milliseconds