Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_compact.cc4227 size_t used_size = (moving_first_objs_count_ + black_page_count_) * gPageSize; in CompactionPhase() local
4228 if (used_size > 0) { in CompactionPhase()
4229 UnregisterUffd(bump_pointer_space_->Begin(), used_size); in CompactionPhase()