Searched refs:SimplyEquals (Results 1 – 2 of 2) sorted by relevance
476 bool TypeImpl<Config>::SimplyEquals(TypeImpl* that) { in SimplyEquals() function in v8::internal::TypeImpl582 return this->SimplyEquals(that); in SemanticIs()677 return this->SimplyEquals(that); in SemanticMaybe()918 if (lhs->SimplyEquals(rhs->unhandle())) { in IntersectAux()
624 bool SimplyEquals(TypeImpl* that);626 bool SimplyEquals(TypeHandle that) { return this->SimplyEquals(*that); } in SimplyEquals() function