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 9 #include "src/compiler/operation-typer.h"
19 class V8_EXPORT_PRIVATE Typer {
28 Typer(Isolate* isolate, JSHeapBroker* js_heap_broker, Flags flags,
30 ~Typer();
57 DISALLOW_COPY_AND_ASSIGN(Typer);
60 DEFINE_OPERATORS_FOR_FLAGS(Typer::Flags);
typer.cc 5 #include "src/compiler/typer.h"
18 #include "src/compiler/operation-typer.h"
27 class Typer::Decorator final : public GraphDecorator {
29 explicit Decorator(Typer* typer) : typer_(typer) {}
33 Typer* const typer_;
36 Typer::Typer(Isolate* isolate, JSHeapBroker* js_heap_broker, Flags flags,
52 Typer::~Typer()
    [all...]

Completed in 371 milliseconds