Searched refs:TypeTypeGuard (Results 1 – 4 of 4) sorted by relevance
50 Type* TypeTypeGuard(const Operator* sigma_op, Type* input);
860 Type* Typer::Visitor::TypeTypeGuard(Node* node) { in TypeTypeGuard() function in v8::internal::compiler::Typer::Visitor862 return typer_->operation_typer()->TypeTypeGuard(node->op(), type); in TypeTypeGuard()
1012 Type* OperationTyper::TypeTypeGuard(const Operator* sigma_op, Type* input) { in TypeTypeGuard() function in v8::internal::compiler::OperationTyper
470 new_type = op_typer_.TypeTypeGuard(node->op(), in UpdateFeedbackType()