Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc169 size_t non_moving_space_capacity, in Heap() argument
371 request_begin += non_moving_space_capacity; in Heap()
385 non_moving_space_capacity, PROT_READ | PROT_WRITE, true, false, in Heap()
389 request_begin = kPreferredAllocSpaceBegin + non_moving_space_capacity; in Heap()
Dheap.h168 size_t non_moving_space_capacity,
/art/dex2oat/
Ddex2oat.cc2021 const size_t non_moving_space_capacity = gc::Heap::kDefaultNonMovingSpaceCapacity; in WriteOutputFiles() local
2022 image_base_ += non_moving_space_capacity; in WriteOutputFiles()