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

  /art/runtime/gc/
heap.cc 169 size_t non_moving_space_capacity,
329 +- nonmoving space (non_moving_space_capacity)+-
371 request_begin += non_moving_space_capacity;
385 non_moving_space_capacity, PROT_READ | PROT_WRITE, true, false,
389 request_begin = kPreferredAllocSpaceBegin + non_moving_space_capacity;
    [all...]
heap.h 168 size_t non_moving_space_capacity,
    [all...]
  /art/dex2oat/
dex2oat.cc 2021 const size_t non_moving_space_capacity = gc::Heap::kDefaultNonMovingSpaceCapacity; local
    [all...]

Completed in 1073 milliseconds