HomeSort by relevance Sort by last modified time
    Searched refs:SlowIs (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
types.h 571 bool Is(Type* that) { return this == that || this->SlowIs(that); }
646 bool SlowIs(Type* that);
types.cc 503 bool Type::SlowIs(Type* that) {
    [all...]
  /external/v8/src/ast/
ast-types.h 799 bool Is(AstType* that) { return this == that || this->SlowIs(that); }
931 bool SlowIs(AstType* that);
    [all...]
ast-types.cc 502 bool AstType::SlowIs(AstType* that) {
    [all...]

Completed in 170 milliseconds