Home | History | Annotate | Download | only in heap

Lines Matching refs:area_size

662     int area_size, int* target_fragmentation_percent,
687 1 + static_cast<intptr_t>(area_size) / estimated_compaction_speed;
707 int area_size = space->AreaSize();
728 DCHECK(p->area_size() == area_size);
773 ComputeEvacuationHeuristics(area_size, &target_fragmentation_percent,
777 target_fragmentation_percent * (area_size / 100);
790 int free_bytes = area_size - live_bytes;
809 // in the worst case: ceil(total_live_bytes / area_size)
810 int estimated_new_pages = (total_live_bytes + area_size - 1) / area_size;
3782 space->Free(p->area_start(), p->area_size());
3921 int to_sweep = p->area_size() - p->LiveBytes();