Home
last modified time | relevance | path

Searched defs:typer (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/asmjs/
Dasm-wasm-builder.h35 const AsmTyper* typer() { return &typer_; } in typer() function
Dasm-wasm-builder.cc60 FunctionLiteral* literal, AsmTyper* typer) in AsmWasmBuilderImpl()
/external/v8/src/compiler/
Dtyper.cc29 explicit Decorator(Typer* typer) : typer_(typer) {} in Decorator()
71 explicit Visitor(Typer* typer, LoopVariableOptimizer* induction_vars) in Visitor()
Dpipeline.cc1544 Typer typer(isolate(), flags, data->graph()); in CreateGraph() local