Home
last modified time | relevance | path

Searched refs:TypeGuardTypeOf (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dcommon-operator.h175 Type* TypeGuardTypeOf(Operator const*) WARN_UNUSED_RESULT;
Dcommon-operator.cc194 Type* TypeGuardTypeOf(Operator const* op) { in TypeGuardTypeOf() function
Doperation-typer.cc976 return Type::Intersect(input, TypeGuardTypeOf(sigma_op), zone()); in TypeTypeGuard()
Dverifier.cc1136 CheckTypeIs(node, TypeGuardTypeOf(node->op())); in Check()