Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtypes.cc471 bool Type::SimplyEquals(Type* that) { in SimplyEquals() function in v8::internal::compiler::Type
537 return this->SimplyEquals(that); in SlowIs()
585 return this->SimplyEquals(that); in Maybe()
771 if (lhs->SimplyEquals(rhs)) { in IntersectAux()
Dtypes.h658 bool SimplyEquals(Type* that);
/external/v8/src/ast/
Dast-types.cc449 bool AstType::SimplyEquals(AstType* that) { in SimplyEquals() function in v8::internal::AstType
562 return this->SimplyEquals(that); in SemanticIs()
672 return this->SimplyEquals(that); in SemanticMaybe()
896 if (lhs->SimplyEquals(rhs)) { in IntersectAux()
Dast-types.h947 bool SimplyEquals(AstType* that);