Home
last modified time | relevance | path

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

/external/v8/src/
Dtypes.h766 bool Is(Type* that) { return this == that || this->SlowIs(that); } in Is()
896 bool SlowIs(Type* that);
Dtypes.cc464 bool Type::SlowIs(Type* that) { in SlowIs() function in v8::internal::Type