Searched defs:IsIgnored (Results 1 - 1 of 1) 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();

Completed in 41 milliseconds