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

/external/chromium_org/v8/src/
H A Dtypes.h338 bool Is(TypeImpl* that) { return this == that || this->SlowIs(that); }
455 bool SlowIs(TypeImpl* that);
H A Dtypes.cc254 bool TypeImpl<Config>::SlowIs(TypeImpl* that) { function in class:v8::internal::TypeImpl

Completed in 582 milliseconds