Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_compact.cc432 size_t nr_non_moving_pages = DivideByPageSize(heap_->GetNonMovingSpace()->Capacity()); in ComputeInfoMapSize() local
433 return chunk_info_vec_size * sizeof(uint32_t) + nr_non_moving_pages * sizeof(ObjReference) + in ComputeInfoMapSize()