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

  /art/runtime/gc/collector/
immune_region.cc 32 SetEnd(nullptr);
immune_region.h 56 void SetEnd(mirror::Object* end) {
immune_spaces.cc 102 largest_immune_region_.SetEnd(reinterpret_cast<mirror::Object*>(best_end));
mark_compact.cc 398 space_->SetEnd(bump_pointer_);
  /external/tensorflow/tensorflow/contrib/lite/kernels/
strided_slice_test.cc 54 void SetEnd(std::initializer_list<int32> data) {
89 m.SetEnd({3});
100 m.SetEnd({3});
110 m.SetEnd({3});
121 m.SetEnd({3});
132 m.SetEnd({-2});
143 m.SetEnd({5});
154 m.SetEnd({3});
165 m.SetEnd({-3});
176 m.SetEnd({2})
    [all...]
  /art/runtime/gc/space/
malloc_space.cc 131 SetEnd(begin_ + growth_limit);
160 SetEnd(new_end);
171 SetEnd(reinterpret_cast<uint8_t*>(RoundUp(reinterpret_cast<uintptr_t>(End()), kPageSize)));
bump_pointer_space.cc 74 SetEnd(Begin());
space.h 285 void SetEnd(uint8_t* end) {
dlmalloc_space.cc 285 SetEnd(Begin() + starting_size_);
rosalloc_space.cc 365 SetEnd(begin_ + starting_size_);
region_space.cc 455 SetEnd(Limit());
  /external/v8/src/compiler/
graph.h 46 graph_->SetEnd(end_);
169 void SetEnd(Node* end) { end_ = end; }
graph-reducer.cc 187 if (node == graph()->end()) graph()->SetEnd(replacement);
raw-machine-assembler.cc 35 graph->SetEnd(graph->NewNode(common_.End(0)));
bytecode-graph-builder.cc 570 graph()->SetEnd(end);
    [all...]
ast-graph-builder.cc 402 graph()->SetEnd(end);
    [all...]
wasm-compiler.cc 64 g->SetEnd(g->NewNode(jsgraph->common()->End(1), node));
    [all...]
  /external/libmojo/ui/gfx/range/
range_unittest.cc 149 TYPED_TEST(RangeTest, SetEnd) {
  /art/runtime/
oat_file.cc 173 void SetEnd(const uint8_t* end) {
    [all...]
  /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 7349 milliseconds