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 22 class Typer {
31 Typer(Isolate* isolate, Graph* graph, Flags flags = kNoFlags,
34 ~Typer();
67 DISALLOW_COPY_AND_ASSIGN(Typer);
70 DEFINE_OPERATORS_FOR_FLAGS(Typer::Flags)
typer.cc 5 #include "src/compiler/typer.h"
23 class Typer::Decorator final : public GraphDecorator {
25 explicit Decorator(Typer* typer) : typer_(typer) {}
29 Typer* const typer_;
33 Typer::Typer(Isolate* isolate, Graph* graph, Flags flags,
76 Typer::~Typer() {
    [all...]

Completed in 119 milliseconds