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

  /external/v8/src/
types.h 766 bool Is(Type* that) { return this == that || this->SlowIs(that); }
896 bool SlowIs(Type* that);
types.cc 464 bool Type::SlowIs(Type* that) {
    [all...]

Completed in 93 milliseconds