Home | History | Annotate | Download | only in heap

Lines Matching refs:live_bytes

714       size_t live_bytes = pages[i].first;
715 DCHECK_GE(area_size, live_bytes);
716 size_t free_bytes = area_size - live_bytes;
719 ((total_live_bytes + live_bytes) <= max_evacuated_bytes))) {
721 total_live_bytes += live_bytes;
3041 "live_bytes=%d time=%f\n",
3072 intptr_t live_bytes) {
3090 tasks = 1 + static_cast<int>(live_bytes / compaction_speed /
3150 intptr_t live_bytes = 0;
3152 live_bytes += page->LiveBytes();
3159 live_bytes += page->LiveBytes();
3181 NumberOfParallelCompactionTasks(job.NumberOfPages(), live_bytes);
3197 " live_bytes=%" V8PRIdPTR " compaction_speed=%.f\n",
3202 live_bytes, compaction_speed);