Home | History | Annotate | Download | only in heap

Lines Matching full:candidate_count

653   int candidate_count = 0;
661 candidate_count++;
671 candidate_count++;
714 candidate_count++;
732 DCHECK_LE(estimated_new_pages, candidate_count);
733 int estimated_released_pages = candidate_count - estimated_new_pages;
736 candidate_count = 0;
738 for (int i = 0; i < candidate_count; i++) {
748 candidate_count, total_live_bytes / KB);