Lines Matching defs:start
90 StartNode start, Node* end,
95 call, new_target, context, frame_state, start, end, exception_target,
102 Node* frame_state, StartNode start, Node* end,
110 // becomes the control input of the start of the inlinee, and {effect} becomes
111 // the effect input of the start of the inlinee.
115 int const inlinee_new_target_index = start.NewTargetOutputIndex();
116 int const inlinee_arity_index = start.ArgCountOutputIndex();
117 int const inlinee_context_index = start.ContextOutputIndex();
124 // Iterate over all uses of the start node.
125 for (Edge edge : start->use_edges()) {
426 // Extract the inlinee start/end nodes.
427 start_node = graph()->start();
430 StartNode start{start_node};
460 return InlineJSWasmCall(node, new_target, context, frame_state, start, end,
590 // Extract the inlinee start/end nodes.
591 start_node = graph()->start();
594 StartNode start{start_node};
709 call.receiver(), global_proxy, effect, start);
721 DCHECK_EQ(parameter_count, start.FormalParameterCountWithoutReceiver());
728 return InlineCall(node, new_target, context, frame_state, start, end,