Lines Matching defs:start
544 Node* start = graph()->NewNode(mcgraph()->common()->Start(params));
545 graph()->SetStart(start);
546 SetEffectControl(start);
572 DCHECK_NOT_NULL(graph()->start());
579 mcgraph()->common()->Parameter(index, debug_name), graph()->start());
787 // We only need to refresh the size of a shared memory, as its start can never
807 Node* start = graph()->start();
820 // Now patch all control uses of {start} to use {control} and all effect uses
822 // to start are floating control, and we want it to point directly to start
825 // Then rewire the dummy node to use start instead.
826 NodeProperties::ReplaceUses(start, start, effect(), control());
835 use->ReplaceInput(NodeProperties::FirstControlIndex(use), start);
838 NodeProperties::ReplaceUses(dummy, nullptr, start, start);
2136 trunc, builder->graph()->start());
2169 trunc, graph()->start());
3051 graph()->start());
3520 // Load the memory start.
5583 void WasmGraphBuilder::TableFill(uint32_t table_index, Node* start, Node* value,
5587 graph()->NewNode(mcgraph()->common()->NumberConstant(table_index)), start,
6936 // Build the start and the JS parameter nodes.
7085 // Build the start and the parameter nodes.
7256 // Set up the graph start.
7466 // Build the start and the parameter nodes.
8007 // Set up the graph start.
8185 // Set up the graph start.
8416 memcpy(index_name, module_bytes->start() + name.offset(), name_len);
8444 func_body.end - func_body.start);
8505 if (func_body.end - func_body.start >= 100 * KB) {
8571 const size_t param_offset = 1; // Actual params start here.