Searched refs:SlowIs (Results 1 – 2 of 2) sorted by relevance
455 bool Is(TypeImpl* that) { return this == that || this->SlowIs(that); } in Is()598 bool SlowIs(TypeImpl* that);
521 bool TypeImpl<Config>::SlowIs(TypeImpl* that) { in SlowIs() function in v8::internal::TypeImpl