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

  /art/runtime/gc/collector/
immune_region.cc 32 SetEnd(nullptr);
45 SetEnd(space_limit);
50 SetEnd(space_limit);
immune_region.h 55 void SetEnd(mirror::Object* end) {
mark_compact.cc 391 space_->SetEnd(bump_pointer_);
  /external/chromium_org/v8/src/compiler/
generic-graph.h 41 void SetEnd(V* end) { end_ = end; }
graph-reducer.cc 48 if (node == graph_->end()) graph_->SetEnd(replacement);
schedule.h 165 SetEnd(NewBasicBlock()); // exit.
ast-graph-builder.cc 110 graph()->SetEnd(NewNode(common()->End()));
    [all...]
  /external/chromium_org/v8/test/cctest/compiler/
test-graph-reducer.cc 203 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(end)
    [all...]
simplified-graph-builder.cc 42 graph()->SetEnd(end);
test-node-algorithm.cc 62 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);
test-changes-lowering.cc 111 this->graph()->SetEnd(end);
127 this->graph()->SetEnd(end);
142 this->graph()->SetEnd(end);
test-scheduler.cc 625 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);
    [all...]
test-js-context-specialization.cc 229 t.graph()->SetEnd(end);
test-simplified-lowering.cc 659 graph()->SetEnd(end);
    [all...]
  /art/runtime/gc/space/
malloc_space.cc 126 SetEnd(begin_ + growth_limit);
155 SetEnd(new_end);
166 SetEnd(reinterpret_cast<byte*>(RoundUp(reinterpret_cast<uintptr_t>(End()), kPageSize)));
space.h 265 void SetEnd(byte* end) {
bump_pointer_space.cc 73 SetEnd(Begin());
dlmalloc_space.cc 296 SetEnd(Begin() + starting_size_);
rosalloc_space.cc 352 SetEnd(begin_ + starting_size_);
  /external/chromium_org/ui/gfx/range/
range_unittest.cc 102 TEST(RangeTest, SetEnd) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 297 virtual HRESULT WINAPI SetEnd(__LONG32 cpLim) = 0;
359 HRESULT (WINAPI *SetEnd)(ITextRange *This,__LONG32 cpLim);
423 #define ITextRange_SetEnd(This,cpLim) (This)->lpVtbl->SetEnd(This,cpLim)
    [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 1102 milliseconds