Searched defs:typer (Results 1 – 4 of 4) sorted by relevance
35 const AsmTyper* typer() { return &typer_; } in typer() function
60 FunctionLiteral* literal, AsmTyper* typer) in AsmWasmBuilderImpl()
29 explicit Decorator(Typer* typer) : typer_(typer) {} in Decorator()71 explicit Visitor(Typer* typer, LoopVariableOptimizer* induction_vars) in Visitor()
1544 Typer typer(isolate(), flags, data->graph()); in CreateGraph() local