Home
last modified time | relevance | path

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

/external/v8/src/
Dtypes.h455 bool Is(TypeImpl* that) { return this == that || this->SlowIs(that); } in Is()
598 bool SlowIs(TypeImpl* that);
Dtypes.cc521 bool TypeImpl<Config>::SlowIs(TypeImpl* that) { in SlowIs() function in v8::internal::TypeImpl