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

  /external/chromium_org/v8/src/
lithium-allocator.h 353 LOperand* GetSpillOperand() const { return spill_operand_; }
406 LOperand* spill_operand_; member in class:v8::internal::LiveRange
lithium-allocator.cc 144 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...]
  /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 686 milliseconds