Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyper.cc29 explicit Decorator(Typer* typer) : typer_(typer) {} in Decorator()
59 explicit Visitor(Typer* typer, LoopVariableOptimizer* induction_vars) in Visitor()
Dpipeline.cc2029 Typer typer(isolate(), data->js_heap_broker(), flags, data->graph()); in CreateGraph() local