Home
last modified time | relevance | path

Searched refs:SetStart (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dgraph.h48 graph_->SetStart(start_); in ~SubgraphScope()
87 void SetStart(Node* start) { start_ = start; } in SetStart() function in v8::internal::compiler::final
H A Dgraph-reducer.cc218 if (node == graph()->start()) graph()->SetStart(replacement); in Replace()
H A Draw-machine-assembler.cc35 graph->SetStart(graph->NewNode(common_.Start(param_count + 1))); in RawMachineAssembler()
H A Dbytecode-graph-builder.cc1144 graph()->SetStart(graph()->NewNode(common()->Start(start_output_arity))); in CreateGraph()
H A Dwasm-compiler.cc545 graph()->SetStart(start); in Start()

Completed in 30 milliseconds