Home
last modified time | relevance | path

Searched refs:kMaxPageSize (Results 1 – 5 of 5) sorted by relevance

/art/libartbase/base/
Dglobals.h45 static constexpr size_t kMaxPageSize = 16384; variable
49 static constexpr size_t kMaxPageSize = kMinPageSize; variable
56 static constexpr size_t kElfSegmentAlignment = kMaxPageSize;
Dmem_map.cc1022 CHECK_LE(GetPageSize(), kMaxPageSize); in Init()
/art/runtime/gc/accounting/
Dspace_bitmap_test.cc65 SpaceBitmapTestType<LargeObjectBitmap, kMaxPageSize>>;
/art/runtime/gc/
Dheap.cc210 constexpr int kMaxPMDSize = (kMaxPageSize / sizeof(uint64_t)) * kMaxPageSize; in __anon371561530202()
/art/runtime/gc/allocator/
Drosalloc.cc52 size_t RosAlloc::dedicated_full_run_storage_[kMaxPageSize / sizeof(size_t)] = { 0 };