Home
last modified time | relevance | path

Searched refs:SetStart (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/
Dgraph.h45 graph_->SetStart(start_); in NON_EXPORTED_BASE()
168 void SetStart(Node* start) { start_ = start; } in NON_EXPORTED_BASE()
Dgraph-reducer.cc186 if (node == graph()->start()) graph()->SetStart(replacement); in Replace()
Draw-machine-assembler.cc30 graph->SetStart(graph->NewNode(common_.Start(param_count + 1))); in RawMachineAssembler()
Dbytecode-graph-builder.cc556 graph()->SetStart(graph()->NewNode(common()->Start(actual_parameter_count))); in CreateGraph()
Dast-graph-builder.cc362 graph()->SetStart(graph()->NewNode(common()->Start(actual_parameter_count))); in CreateGraph()
Dwasm-compiler.cc383 graph()->SetStart(start); in Start()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1164 procedure SetStart(const Value: IANTLRInterface);
1174 property Start: IANTLRInterface read GetStart write SetStart;
2513 procedure SetStart(const Value: IANTLRInterface); virtual;
2528 procedure SetStart(const Value: IANTLRInterface); override;
5727 procedure TRuleReturnScope.SetStart(const Value: IANTLRInterface); procedure
5754 procedure TParserRuleReturnScope.SetStart(const Value: IANTLRInterface); procedure
DAntlr.Runtime.Tree.pas1865 procedure SetStart(const Value: IANTLRInterface); override;
4499 procedure TTreeRuleReturnScope.SetStart(const Value: IANTLRInterface); procedure