Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyper.cc301 static Type* JSCallTyper(Type*, Typer*);
1336 Type* Typer::Visitor::JSCallTyper(Type* fun, Typer* t) { in JSCallTyper() function in v8::internal::compiler::Typer::Visitor
1587 return TypeUnaryOp(node, JSCallTyper); in TypeJSCallForwardVarargs()
1593 return TypeUnaryOp(node, JSCallTyper); in TypeJSCall()
1597 return TypeUnaryOp(node, JSCallTyper); in TypeJSCallWithSpread()