HomeSort by relevance Sort by last modified time
    Searched refs:SetEnd (Results 1 - 25 of 39) sorted by null

1 2

  /art/runtime/gc/collector/
immune_region.cc 32 SetEnd(nullptr);
immune_region.h 56 void SetEnd(mirror::Object* end) {
immune_spaces.cc 101 largest_immune_region_.SetEnd(reinterpret_cast<mirror::Object*>(best_end));
mark_compact.cc 390 space_->SetEnd(bump_pointer_);
  /external/v8/test/unittests/compiler/
graph-trimmer-unittest.cc 47 graph()->SetEnd(end);
57 graph()->SetEnd(graph()->NewNode(common()->End(1), graph()->start()));
67 graph()->SetEnd(graph()->NewNode(common()->End(1), live0));
78 graph()->SetEnd(graph()->NewNode(common()->End(1), live0));
js-type-feedback-unittest.cc 111 graph()->SetEnd(graph()->NewNode(common()->End(1), ret));
128 graph()->SetEnd(graph()->NewNode(common()->End(1), ret));
154 graph()->SetEnd(graph()->NewNode(common()->End(1), ret));
172 graph()->SetEnd(graph()->NewNode(common()->End(1), ret));
197 graph()->SetEnd(graph()->NewNode(common()->End(1), ret));
214 graph()->SetEnd(graph()->NewNode(common()->End(1), ret));
240 graph()->SetEnd(graph()->NewNode(common()->End(1), ret));
257 graph()->SetEnd(graph()->NewNode(common()->End(1), ret));
291 graph()->SetEnd(graph()->NewNode(common()->End(1), ret));
309 graph()->SetEnd(graph()->NewNode(common()->End(1), ret))
    [all...]
scheduler-unittest.cc 90 graph()->SetEnd(graph()->NewNode(common()->End(1), graph()->start()));
102 graph()->SetEnd(graph()->NewNode(common()->End(1), ret));
134 graph()->SetEnd(end);
149 graph()->SetEnd(end);
180 g->SetEnd(n9);
197 graph()->SetEnd(end);
216 graph()->SetEnd(end);
254 graph()->SetEnd(end);
300 graph()->SetEnd(end);
336 graph()->SetEnd(end)
    [all...]
branch-elimination-unittest.cc 70 graph()->SetEnd(graph()->NewNode(common()->End(1), ret));
111 graph()->SetEnd(graph()->NewNode(common()->End(1), ret));
149 graph()->SetEnd(graph()->NewNode(common()->End(1), ret));
198 graph()->SetEnd(graph()->NewNode(common()->End(3), ret1, ret2, terminate));
control-flow-optimizer-unittest.cc 57 graph()->SetEnd(graph()->NewNode(common()->End(1), merge));
88 graph()->SetEnd(graph()->NewNode(common()->End(1), merge));
114 graph()->SetEnd(graph()->NewNode(common()->End(1), merge));
graph-reducer-unittest.cc 497 graph()->SetEnd(end);
511 graph()->SetEnd(end);
524 graph()->SetEnd(end);
544 graph()->SetEnd(end);
569 graph()->SetEnd(end);
600 graph()->SetEnd(end);
618 graph()->SetEnd(end);
642 graph()->SetEnd(end);
662 graph()->SetEnd(end);
689 graph()->SetEnd(end)
    [all...]
graph-unittest.cc 18 graph()->SetEnd(graph()->NewNode(common()->End(1), graph()->start()));
tail-call-optimization-unittest.cc 70 graph()->SetEnd(end);
142 graph()->SetEnd(end);
control-equivalence-unittest.cc 31 graph()->SetEnd(graph()->NewNode(common()->End(1), node));
  /external/v8/test/cctest/compiler/
test-graph-visualizer.cc 39 graph.SetEnd(phi);
58 graph.SetEnd(phi);
77 graph.SetEnd(start);
94 graph.SetEnd(merge);
121 graph.SetEnd(end);
test-osr.cc 138 T.graph.SetEnd(loop);
154 T.graph.SetEnd(ret);
174 T.graph.SetEnd(ret);
205 T.graph.SetEnd(ret);
238 T.graph.SetEnd(ret);
277 T.graph.SetEnd(ret);
355 T.graph.SetEnd(end);
422 T.graph.SetEnd(end);
529 T.graph.SetEnd(end);
test-run-stubs.cc 56 graph.SetEnd(end);
test-loop-analysis.cc 51 graph.SetEnd(end);
635 t.graph.SetEnd(end);
672 t.graph.SetEnd(exit);
700 t.graph.SetEnd(ret);
747 t.graph.SetEnd(ret);
834 t.graph.SetEnd(ret);
947 t.graph.SetEnd(ret);
985 t.graph.SetEnd(ret);
graph-builder-tester.h 95 graph()->SetEnd(end);
  /art/runtime/gc/space/
malloc_space.cc 126 SetEnd(begin_ + growth_limit);
155 SetEnd(new_end);
166 SetEnd(reinterpret_cast<uint8_t*>(RoundUp(reinterpret_cast<uintptr_t>(End()), kPageSize)));
space.h 286 void SetEnd(uint8_t* end) {
bump_pointer_space.cc 74 SetEnd(Begin());
dlmalloc_space.cc 283 SetEnd(Begin() + starting_size_);
rosalloc_space.cc 363 SetEnd(begin_ + starting_size_);
  /external/v8/src/compiler/
graph.h 44 graph_->SetEnd(end_);
114 void SetEnd(Node* end) { end_ = end; }
graph-reducer.cc 172 if (node == graph()->end()) graph()->SetEnd(replacement);

Completed in 310 milliseconds

1 2