Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcommon-operator.h370 Type TypeGuardTypeOf(Operator const*) V8_WARN_UNUSED_RESULT;
Dcommon-operator.cc370 Type TypeGuardTypeOf(Operator const* op) { in TypeGuardTypeOf() function
Doperation-typer.cc1180 return Type::Intersect(input, TypeGuardTypeOf(sigma_op), zone()); in TypeTypeGuard()
Dverifier.cc1545 CheckTypeIs(node, TypeGuardTypeOf(node->op())); in Check()