Home | History | Annotate | Download | only in compiler

Lines Matching defs:jsgraph

122   explicit AstGraphBuilderWithPositions(CompilationInfo* info, JSGraph* jsgraph,
124 : AstGraphBuilder(info, jsgraph), source_positions_(source_positions) {}
186 JSGraph jsgraph(&graph, &common, &javascript, &typer, &machine);
191 AstGraphBuilderWithPositions graph_builder(info(), &jsgraph,
214 JSContextSpecializer spec(info(), &jsgraph, context_node);
222 JSInliner inliner(info(), &jsgraph);
247 JSTypedLowering lowering(&jsgraph);
260 SimplifiedLowering lowering(&jsgraph);
274 SimplifiedOperatorReducer simple_reducer(&jsgraph);
275 ChangeLowering lowering(&jsgraph, &linkage);
276 MachineOperatorReducer mach_reducer(&jsgraph);
297 JSGenericLowering lowering(info(), &jsgraph);