Searched refs:Typer (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/compiler/ |
D | typer.cc | 23 class Typer::Decorator final : public GraphDecorator { 25 explicit Decorator(Typer* typer) : typer_(typer) {} in Decorator() 29 Typer* const typer_; 33 Typer::Typer(Isolate* isolate, Graph* graph, Flags flags, in Typer() function in v8::internal::compiler::Typer 76 Typer::~Typer() { in ~Typer() 81 class Typer::Visitor : public Reducer { 83 explicit Visitor(Typer* typer) in Visitor() 91 return UpdateType(node, TypeBinaryOp(node, x##Typer)); in Reduce() 137 case IrOpcode::k##x: return TypeBinaryOp(node, x##Typer); in TypeNode() 182 Typer* typer_; [all …]
|
D | 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)
|
D | js-graph.h | 21 class Typer; variable
|
D | pipeline.cc | 586 void Run(PipelineData* data, Zone* temp_zone, Typer* typer) { in Run() 1143 base::SmartPointer<Typer> typer; in GenerateCode() 1146 typer.Reset(new Typer(isolate(), data.graph(), in GenerateCode() 1148 ? Typer::kDeoptimizationEnabled in GenerateCode() 1149 : Typer::kNoFlags, in GenerateCode()
|
D | wasm-compiler.cc | 1828 Typer typer(isolate, &graph); in CompileJSToWasmWrapper() 1906 Typer typer(isolate, &graph); in CompileWasmToJSWrapper()
|
/external/v8/test/unittests/compiler/ |
D | graph-unittest.h | 74 Typer* typer() { return &typer_; } in typer() 77 Typer typer_;
|
/external/v8/test/cctest/compiler/ |
D | test-changes-lowering.cc | 130 Typer typer(this->isolate(), this->graph()); in LowerChange()
|
D | test-js-constant-cache.cc | 28 Typer main_typer_;
|
D | test-machine-operator-reducer.cc | 77 Typer typer;
|
D | test-simplified-lowering.cc | 46 Typer typer; 667 Typer typer;
|
D | test-js-typed-lowering.cc | 61 Typer typer;
|