Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/collector/
H A Dmark_compact.cc978 size_t threshold_passing_marker = 0; // In number of pages in PrepareForCompaction() local
992 threshold_passing_marker = pages_live_bytes.size(); in PrepareForCompaction()
997 if (threshold_passing_marker > 0) { in PrepareForCompaction()
999 pages_live_bytes.rbegin() + (num_pages - threshold_passing_marker), in PrepareForCompaction()