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

  /external/v8/src/
lithium-allocator.h 347 LOperand* GetSpillOperand() const { return spill_operand_; }
397 LOperand* spill_operand_; member in class:v8::internal::LiveRange
lithium-allocator.cc 141 spill_operand_(new(zone) LOperand()),
165 ASSERT(spill_operand_ != NULL);
166 return !spill_operand_->IsIgnored();
172 ASSERT(spill_operand_ != NULL);
173 ASSERT(spill_operand_->IsIgnored());
174 spill_operand_->ConvertTo(operand->kind(), operand->index());
    [all...]

Completed in 879 milliseconds