Home
last modified time | relevance | path

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

/external/v8/src/
Dtypes.cc476 bool TypeImpl<Config>::SimplyEquals(TypeImpl* that) { in SimplyEquals() function in v8::internal::TypeImpl
582 return this->SimplyEquals(that); in SemanticIs()
677 return this->SimplyEquals(that); in SemanticMaybe()
918 if (lhs->SimplyEquals(rhs->unhandle())) { in IntersectAux()
Dtypes.h624 bool SimplyEquals(TypeImpl* that);
626 bool SimplyEquals(TypeHandle that) { return this->SimplyEquals(*that); } in SimplyEquals() function