Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_compact.cc429 size_t moving_space_size = bump_pointer_space_->Capacity(); in ComputeInfoMapSize() local
430 size_t chunk_info_vec_size = moving_space_size / kOffsetChunkSize; in ComputeInfoMapSize()
431 size_t nr_moving_pages = DivideByPageSize(moving_space_size); in ComputeInfoMapSize()
501 size_t moving_space_size = bump_pointer_space_->Capacity(); in MarkCompact() local
512 size_t total = InitializeInfoMap(info_map_.Begin(), moving_space_size); in MarkCompact()
517 size_t moving_space_alignment = Heap::BestPageTableAlignment(moving_space_size); in MarkCompact()
527 moving_space_size, in MarkCompact()
550 moving_space_size, in MarkCompact()
581 int ret = madvise(moving_space_begin, moving_space_size, MADV_NOHUGEPAGE); in MarkCompact()
678 size_t moving_space_size = bump_pointer_space_->Capacity(); in MaybeClampGcStructures() local
[all …]