Searched refs:SetEnd (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/v8/src/compiler/
H A Dgeneric-graph.h41 void SetEnd(V* end) { end_ = end; } function in class:v8::internal::compiler::GenericGraph
H A Dgraph-reducer.cc48 if (node == graph_->end()) graph_->SetEnd(replacement);
H A Dschedule.h165 SetEnd(NewBasicBlock()); // exit.
H A Dast-graph-builder.cc110 graph()->SetEnd(NewNode(common()->End()));
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-graph-reducer.cc203 graph.SetEnd(end);
221 graph.SetEnd(end);
239 graph.SetEnd(end);
264 graph.SetEnd(end);
294 graph.SetEnd(end);
330 graph.SetEnd(end);
352 graph.SetEnd(end);
380 graph.SetEnd(end);
404 graph.SetEnd(end);
435 graph.SetEnd(en
[all...]
H A Dsimplified-graph-builder.cc42 graph()->SetEnd(end);
H A Dtest-node-algorithm.cc62 graph.SetEnd(n5);
82 graph.SetEnd(n5);
105 graph.SetEnd(n8);
136 graph.SetEnd(n12);
164 graph.SetEnd(n2);
226 graph.SetEnd(n5);
326 graph.SetEnd(n12);
H A Dtest-changes-lowering.cc111 this->graph()->SetEnd(end);
127 this->graph()->SetEnd(end);
142 this->graph()->SetEnd(end);
H A Dtest-scheduler.cc625 graph.SetEnd(graph.NewNode(builder.End(), graph.start()));
640 graph.SetEnd(graph.NewNode(builder.End(), ret));
667 graph.SetEnd(graph.NewNode(builder.End(), merge));
812 graph.SetEnd(n23);
924 graph.SetEnd(n20);
1171 graph.SetEnd(n46);
1500 graph.SetEnd(n58);
1624 graph.SetEnd(n22);
1661 graph.SetEnd(end);
1684 graph.SetEnd(en
[all...]
H A Dtest-js-context-specialization.cc229 t.graph()->SetEnd(end);
H A Dtest-simplified-lowering.cc659 graph()->SetEnd(end);
/external/chromium_org/ui/gfx/range/
H A Drange_unittest.cc102 TEST(RangeTest, SetEnd) {

Completed in 551 milliseconds