Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Doperation-typer.h50 Type* TypeTypeGuard(const Operator* sigma_op, Type* input);
Dtyper.cc860 Type* Typer::Visitor::TypeTypeGuard(Node* node) { in TypeTypeGuard() function in v8::internal::compiler::Typer::Visitor
862 return typer_->operation_typer()->TypeTypeGuard(node->op(), type); in TypeTypeGuard()
Doperation-typer.cc1012 Type* OperationTyper::TypeTypeGuard(const Operator* sigma_op, Type* input) { in TypeTypeGuard() function in v8::internal::compiler::OperationTyper
Dsimplified-lowering.cc470 new_type = op_typer_.TypeTypeGuard(node->op(), in UpdateFeedbackType()