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

  /art/runtime/
runtime_options.def 52 RUNTIME_OPTIONS_KEY (MemoryKiB, NonMovingSpaceCapacity, gc::Heap::kDefaultNonMovingSpaceCapacity)
  /art/runtime/gc/
heap.h 129 static constexpr size_t kDefaultNonMovingSpaceCapacity = 64 * MB;
    [all...]
heap.cc 147 reinterpret_cast<uint8_t*>(300 * MB - Heap::kDefaultNonMovingSpaceCapacity);
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 203 milliseconds