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

  /art/tools/cpp-define-generator/
constant_heap.def 24 DEFINE_EXPR(MIN_LARGE_OBJECT_THRESHOLD, size_t, art::gc::Heap::kMinLargeObjectThreshold)
  /art/runtime/generated/
asm_support_gen.h 88 DEFINE_CHECK_EQ(static_cast<size_t>(MIN_LARGE_OBJECT_THRESHOLD), (static_cast<size_t>(art::gc::Heap::kMinLargeObjectThreshold)))
  /art/runtime/gc/
heap.h 138 static constexpr size_t kMinLargeObjectThreshold = 3 * kPageSize;
139 static constexpr size_t kDefaultLargeObjectThreshold = kMinLargeObjectThreshold;
    [all...]
heap.cc 293 CHECK_GE(large_object_threshold, kMinLargeObjectThreshold);
    [all...]

Completed in 629 milliseconds