Searched refs:IsIgnored (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dlithium.h62 bool IsIgnored() const { return kind() == INVALID; } function in class:v8::internal::LOperand
234 return IsEliminated() || source_->Equals(destination_) || IsIgnored();
237 bool IsIgnored() const { function in class:v8::internal::BASE_EMBEDDED
238 return destination_ != NULL && destination_->IsIgnored();
H A Dlithium-allocator.cc166 return !spill_operand_->IsIgnored();
173 ASSERT(spill_operand_->IsIgnored());
908 if (cur->IsIgnored()) continue;

Completed in 277 milliseconds