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

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

Completed in 59 milliseconds