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

  /art/runtime/gc/collector/
immune_region.cc 32 SetEnd(nullptr);
immune_region.h 55 void SetEnd(mirror::Object* end) {
immune_spaces.cc 102 largest_immune_region_.SetEnd(reinterpret_cast<mirror::Object*>(best_end));
  /external/tensorflow/tensorflow/lite/kernels/
strided_slice_test.cc 55 void SetEnd(std::initializer_list<int32_t> data) {
94 m.SetEnd({3});
105 m.SetEnd({3});
115 m.SetEnd({3});
126 m.SetEnd({3});
137 m.SetEnd({-2});
148 m.SetEnd({5});
159 m.SetEnd({3});
170 m.SetEnd({-3});
181 m.SetEnd({2})
    [all...]
  /external/v8/src/compiler/
graph.h 48 graph_->SetEnd(end_);
82 void SetEnd(Node* end) { end_ = end; }
graph-reducer.cc 192 if (node == graph()->end()) graph()->SetEnd(replacement);
raw-machine-assembler.cc 42 graph->SetEnd(graph->NewNode(common_.End(0)));
bytecode-graph-builder.cc 599 graph()->SetEnd(end);
    [all...]
wasm-compiler.cc 98 g->SetEnd(g->NewNode(mcgraph->common()->End(1), node));
    [all...]
  /art/runtime/gc/space/
malloc_space.cc 147 SetEnd(begin_ + growth_limit);
176 SetEnd(new_end);
187 SetEnd(reinterpret_cast<uint8_t*>(RoundUp(reinterpret_cast<uintptr_t>(End()), kPageSize)));
bump_pointer_space.cc 83 SetEnd(Begin());
space.h 285 void SetEnd(uint8_t* end) {
dlmalloc_space.cc 342 SetEnd(Begin() + starting_size_);
rosalloc_space.cc 432 SetEnd(begin_ + starting_size_);
region_space.cc     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
GCNMinRegStrategy.cpp 211 const auto SetEnd = Set.end();
213 if (Set.find(C.SU) != SetEnd) {
  /external/libchrome/ui/gfx/range/
range_unittest.cc 149 TYPED_TEST(RangeTest, SetEnd) {
  /art/runtime/
oat_file.cc 176 void SetEnd(const uint8_t* end) {
    [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 496 milliseconds