Searched defs:TypeTypeGuard (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Doperation-typer.cc975 Type* OperationTyper::TypeTypeGuard(const Operator* sigma_op, Type* input) { function in class:v8::internal::compiler::OperationTyper
H A Dtyper.cc844 Type* Typer::Visitor::TypeTypeGuard(Node* node) { function in class:v8::internal::compiler::Typer::Visitor
846 return typer_->operation_typer()->TypeTypeGuard(node->op(), type);

Completed in 97 milliseconds