Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtypes.h390 return payload_ == that.payload_ || this->SlowIs(that); in Is()
479 bool SlowIs(Type that) const;
Dtypes.cc505 bool Type::SlowIs(Type that) const { in SlowIs() function in v8::internal::compiler::Type