Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.cc715 int total_live_bytes = 0; in CollectEvacuationCandidates() local
723 total_live_bytes += pages[i].first; in CollectEvacuationCandidates()
733 total_live_bytes += pages[i].first; in CollectEvacuationCandidates()
773 ((total_live_bytes + live_bytes) <= max_evacuated_bytes))) { in CollectEvacuationCandidates()
775 total_live_bytes += live_bytes; in CollectEvacuationCandidates()
785 total_live_bytes / KB, max_evacuated_bytes / KB); in CollectEvacuationCandidates()
790 int estimated_new_pages = (total_live_bytes + area_size - 1) / area_size; in CollectEvacuationCandidates()
807 candidate_count, total_live_bytes / KB); in CollectEvacuationCandidates()