Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.cc634 int candidate_count = 0; in CollectEvacuationCandidates() local
642 candidate_count++; in CollectEvacuationCandidates()
654 candidate_count++; in CollectEvacuationCandidates()
662 candidate_count++; in CollectEvacuationCandidates()
705 candidate_count++; in CollectEvacuationCandidates()
723 DCHECK_LE(estimated_new_pages, candidate_count); in CollectEvacuationCandidates()
724 int estimated_released_pages = candidate_count - estimated_new_pages; in CollectEvacuationCandidates()
727 candidate_count = 0; in CollectEvacuationCandidates()
729 for (int i = 0; i < candidate_count; i++) { in CollectEvacuationCandidates()
738 space->name(), reduce_memory, candidate_count, in CollectEvacuationCandidates()