Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtypes.h571 bool Is(Type* that) { return this == that || this->SlowIs(that); } in Is()
646 bool SlowIs(Type* that);
Dtypes.cc503 bool Type::SlowIs(Type* that) { in SlowIs() function in v8::internal::compiler::Type
/external/v8/src/ast/
Dast-types.h799 bool Is(AstType* that) { return this == that || this->SlowIs(that); } in Is()
931 bool SlowIs(AstType* that);
Dast-types.cc502 bool AstType::SlowIs(AstType* that) { in SlowIs() function in v8::internal::AstType