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

  /external/v8/src/
lithium.h 62 bool IsIgnored() const { return kind() == INVALID; }
234 return IsEliminated() || source_->Equals(destination_) || IsIgnored();
237 bool IsIgnored() const {
238 return destination_ != NULL && destination_->IsIgnored();
lithium-allocator.cc 166 return !spill_operand_->IsIgnored();
173 ASSERT(spill_operand_->IsIgnored());
908 if (cur->IsIgnored()) continue;
    [all...]

Completed in 335 milliseconds