Home
last modified time | relevance | path

Searched refs:kDefaultNonMovingSpaceCapacity (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Druntime_options.def52 …KEY (MemoryKiB, NonMovingSpaceCapacity, gc::Heap::kDefaultNonMovingSpaceCapacity)
/art/runtime/gc/
Dheap.h126 static constexpr size_t kDefaultNonMovingSpaceCapacity = 64 * MB; variable
/art/dex2oat/
Ddex2oat.cc1646 const size_t non_moving_space_capacity = gc::Heap::kDefaultNonMovingSpaceCapacity; in WriteOatFiles()