Home
last modified time | relevance | path

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

/external/v8/test/cctest/compiler/
Dtest-graph-visualizer.cc34 graph.SetStart(start); in TEST()
53 graph.SetStart(start); in TEST()
72 graph.SetStart(start); in TEST()
91 graph.SetStart(start); in TEST()
108 graph.SetStart(start); in TEST()
Dtest-js-context-specialization.cc56 t.graph()->SetStart(start); in TEST()
127 t.graph()->SetStart(start); in TEST()
199 t.graph()->SetStart(start); in TEST()
Dtest-run-stubs.cc50 graph.SetStart(start); in TEST()
Dgraph-builder-tester.h82 graph()->SetStart(start); in Begin()
Dtest-js-constant-cache.cc42 main_graph_.SetStart(main_graph_.NewNode(common()->Start(0))); in JSConstantCacheTester()
Dtest-run-native-calls.cc281 b.graph()->SetStart(start); in WrapWithCFunction()
531 b.graph()->SetStart(start); in TestInt32Sub()
Dtest-representation-change.cc29 graph()->SetStart(s); in RepresentationChangerTester()
Dtest-osr.cc60 graph.SetStart(start); in OsrDeconstructorTester()
Dtest-machine-operator-reducer.cc67 graph.SetStart(s); in ReducerTester()
Dtest-loop-analysis.cc52 graph.SetStart(start); in LoopFinderTester()
Dtest-js-typed-lowering.cc47 graph.SetStart(graph.NewNode(common.Start(num_parameters))); in JSTypedLoweringTester()
Dtest-simplified-lowering.cc685 graph()->SetStart(start); in TestingGraph()
/external/v8/test/unittests/compiler/
Dscheduler-unittest.cc635 graph()->SetStart(graph()->NewNode(common()->Start(0))); in TEST_F()
642 graph()->SetStart(graph()->NewNode(common()->Start(0))); in TEST_F()
673 graph()->SetStart(start); in TARGET_TEST_F()
688 graph()->SetStart(start); in TARGET_TEST_F()
706 graph()->SetStart(start); in TARGET_TEST_F()
725 graph()->SetStart(start); in TARGET_TEST_F()
763 graph()->SetStart(start); in TARGET_TEST_F()
809 graph()->SetStart(start); in TARGET_TEST_F()
845 graph()->SetStart(start); in TARGET_TEST_F()
880 graph()->SetStart(start); in TARGET_TEST_F()
[all …]
Dgraph-trimmer-unittest.cc46 graph()->SetStart(start); in TEST_F()
Dgraph-unittest.cc17 graph()->SetStart(graph()->NewNode(common()->Start(num_parameters))); in GraphTest()
Dnode-matchers-unittest.cc46 graph()->SetStart(graph()->NewNode(common()->Start(0))); in TEST_F()
362 graph()->SetStart(graph()->NewNode(common()->Start(0))); in TEST_F()
/external/v8/src/compiler/
Dgraph.h94 void SetStart(Node* start) { start_ = start; } in SetStart() function
Dgraph-reducer.cc171 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.cc488 graph()->SetStart(graph()->NewNode(common()->Start(actual_parameter_count))); in CreateGraph()
Dwasm-compiler.cc285 graph()->SetStart(start); in Start()
Dast-graph-builder.cc521 graph()->SetStart(graph()->NewNode(common()->Start(actual_parameter_count))); in CreateGraph()
/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