Home | History | Annotate | Download | only in compiler

Lines Matching refs:Graph

6 #include "src/compiler/js-graph.h"
13 #include "test/cctest/compiler/graph-builder-tester.h"
22 : graph_(new (main_zone()) Graph(main_zone())),
27 jsgraph_(main_isolate(), graph(), common(), &javascript_, &simplified_,
29 reducer_(main_zone(), graph()),
38 Graph* graph() { return graph_; }
41 Graph* graph_;
55 Node* start = t.graph()->NewNode(t.common()->Start(0));
56 t.graph()->SetStart(start);
70 Node* param_context = t.graph()->NewNode(t.common()->Parameter(0), start);
74 Node* load = t.graph()->NewNode(t.javascript()->LoadContext(0, 0, false),
82 Node* load = t.graph()->NewNode(t.javascript()->LoadContext(0, 0, false),
90 Node* load = t.graph()->NewNode(
107 Node* load = t.graph()->NewNode(t.javascript()->LoadContext(0, slot, true),
126 Node* start = t.graph()->NewNode(t.common()->Start(0));
127 t.graph()->SetStart(start);
141 Node* param_context = t.graph()->NewNode(t.common()->Parameter(0), start);
146 t.graph()->NewNode(t.javascript()->StoreContext(0, 0), const_context,
155 t.graph()->NewNode(t.javascript()->StoreContext(0, 0), param_context,
164 t.graph()->NewNode(t.javascript()->StoreContext(0, slot), const_context,
172 Node* load = t.graph()->NewNode(