Home
last modified time | relevance | path

Searched refs:TypeTypeGuard (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dtype-narrowing-reducer.cc43 new_type = op_typer_.TypeTypeGuard( in Reduce()
Doperation-typer.h71 Type TypeTypeGuard(const Operator* sigma_op, Type input);
Dsimplified-lowering-verifier.cc199 Type output_type = op_typer.TypeTypeGuard(node->op(), InputType(node, 0)); in VisitNode()
Dtyper.cc1021 Type Typer::Visitor::TypeTypeGuard(Node* node) { in TypeTypeGuard() function in v8::internal::compiler::Typer::Visitor
1023 return typer_->operation_typer()->TypeTypeGuard(node->op(), type); in TypeTypeGuard()
Doperation-typer.cc1299 Type OperationTyper::TypeTypeGuard(const Operator* sigma_op, Type input) { in TypeTypeGuard() function in v8::internal::compiler::OperationTyper
Dsimplified-lowering.cc493 new_type = op_typer_.TypeTypeGuard(node->op(), in UpdateFeedbackType()