Home
last modified time | relevance | path

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

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