Home
last modified time | relevance | path

Searched refs:this_tuple (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dtypes.cc491 const TupleType* this_tuple = this->AsTuple(); in SimplyEquals() local
493 if (this_tuple->Arity() != that_tuple->Arity()) { in SimplyEquals()
496 for (int i = 0, n = this_tuple->Arity(); i < n; ++i) { in SimplyEquals()
497 if (!this_tuple->Element(i).Equals(that_tuple->Element(i))) return false; in SimplyEquals()