Home | History | Annotate | Download | only in compiler

Lines Matching refs:Node

37   Node* start = graph.NewNode(common.Start(6));
39 Node* receiverParam = graph.NewNode(common.Parameter(1), start);
40 Node* nameParam = graph.NewNode(common.Parameter(2), start);
41 Node* slotParam = graph.NewNode(common.Parameter(3), start);
42 Node* vectorParam = graph.NewNode(common.Parameter(4), start);
43 Node* theCode = graph.NewNode(common.HeapConstant(code));
44 Node* dummyContext = graph.NewNode(common.NumberConstant(0.0));
45 Node* call =
48 Node* ret = graph.NewNode(common.Return(), call, call, start);
49 Node* end = graph.NewNode(common.End(1), ret);