Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgraph.h47 graph_->SetStart(start_); in NON_EXPORTED_BASE()
81 void SetStart(Node* start) { start_ = start; } in NON_EXPORTED_BASE()
Dgraph-reducer.cc191 if (node == graph()->start()) graph()->SetStart(replacement); in Replace()
Draw-machine-assembler.cc33 graph->SetStart(graph->NewNode(common_.Start(param_count + 1))); in RawMachineAssembler()
Dbytecode-graph-builder.cc584 graph()->SetStart(graph()->NewNode(common()->Start(actual_parameter_count))); in CreateGraph()
Dwasm-compiler.cc138 graph()->SetStart(start); in Start()
/external/libchrome/ui/gfx/range/
Drange_unittest.cc137 TYPED_TEST(RangeTest, SetStart) { in TYPED_TEST() argument
/external/antlr/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