Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_compact.cc1109 post_compact_end_ = AlignUp(space_begin + total, gPageSize); in PrepareForCompaction()
1110 CHECK_EQ(post_compact_end_, space_begin + moving_first_objs_count_ * gPageSize); in PrepareForCompaction()
1111 black_objs_slide_diff_ = black_allocations_begin_ - post_compact_end_; in PrepareForCompaction()
1596 << " post_compact_end=" << static_cast<void*>(post_compact_end_) in VerifyObject()
1611 << " post_compact_end=" << static_cast<void*>(post_compact_end_) in VerifyObject()
1640 << static_cast<void*>(post_compact_end_); in CompactPage()
1716 << " post-compact-end:" << reinterpret_cast<void*>(post_compact_end_) in CompactPage()
1779 << " post-compact-end:" << reinterpret_cast<void*>(post_compact_end_) in CompactPage()
2823 post_compact_end_ - begin, in UpdateMovingSpaceBlackAllocations()
2840 << " main-block-size:" << (post_compact_end_ - begin) in UpdateMovingSpaceBlackAllocations()
[all …]
Dmark_compact.h812 uint8_t* post_compact_end_; variable