HomeSort by relevance Sort by last modified time
    Searched defs:Typer (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
typer.h 18 class Typer {
20 explicit Typer(Zone* zone);
typer.cc 11 #include "src/compiler/typer.h"
17 Typer::Typer(Zone* zone) : zone_(zone) {
65 class Typer::Visitor : public NullNodeVisitor {
67 Visitor(Typer* typer, MaybeHandle<Context> context)
68 : typer_(typer), context_(context) {}
113 Typer* typer_;
118 class Typer::RunVisitor : public Typer::Visitor
    [all...]

Completed in 38 milliseconds