Lines Matching refs:MakeNode
116 return MakeNode(op, 0, static_cast<Node**>(nullptr), incomplete);
122 return MakeNode(op, arraysize(buffer), buffer);
150 Node* MakeNode(const Operator* op, int value_input_count,
2411 node = MakeNode(op, static_cast<int>(arg_count), args);
2569 node = MakeNode(op, JSCallWithSpreadNode::ArityForArgc(arg_count), args);
2586 Node* value = MakeNode(call, arity, call_args);
2602 Node* value = MakeNode(call_runtime_op, arity, all);
2704 node = MakeNode(op, arity, args);
2737 node = MakeNode(op, arity, args);
3714 MakeNode(javascript()->GeneratorStore(count_written), 3 + count_written,
4233 Node* BytecodeGraphBuilder::MakeNode(const Operator* op, int value_input_count,