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.cc635 size_t total_live_bytes = 0; in CollectEvacuationCandidates() local
643 total_live_bytes += pages[i].first; in CollectEvacuationCandidates()
655 total_live_bytes += pages[i].first; in CollectEvacuationCandidates()
663 total_live_bytes += pages[i].first; in CollectEvacuationCandidates()
704 ((total_live_bytes + live_bytes) <= max_evacuated_bytes))) { in CollectEvacuationCandidates()
706 total_live_bytes += live_bytes; in CollectEvacuationCandidates()
715 target_fragmentation_percent, total_live_bytes / KB, in CollectEvacuationCandidates()
722 static_cast<int>((total_live_bytes + area_size - 1) / area_size); in CollectEvacuationCandidates()
739 total_live_bytes / KB); in CollectEvacuationCandidates()