Lines Matching full:compaction
210 // Background compaction is currently not supported for command line runs.
212 VLOG(heap) << "Disabling background compaction for non zygote";
251 // We don't have hspace compaction enabled with GSS.
260 // This is not the case if we support homogeneous compaction or have a moving background
494 // Is background compaction is enabled?
499 // from the main space to the zygote space. If background compaction is enabled, always pass in
502 // After the zygote we want this to be false if we don't have background compaction enabled so
504 // We never have homogeneous compaction with GSS and don't need a space with movable objects.
689 // special handling which does a homogenous space compaction once but then doesn't transition
976 // Launch homogeneous space compaction if it is desired.
981 // No need to Trim(). Homogeneous space compaction may free more virtual and physical memory.
1033 // Pretend we are doing a GC to prevent background compaction from deleting the space we are
1252 // Use signed comparison since freed bytes can be negative when background compaction foreground
1390 LOG(FATAL) << "Unimplemented homogeneous space compaction result "
1395 VLOG(heap) << "Ran heap homogeneous space compaction, "
1400 << " ignored homogeneous space compaction "
1411 // full. Attempt to disable compaction and turn the main space into a non moving space.
1593 // Inc requested homogeneous space compaction.
1595 // Store performed homogeneous space compaction at a new request arrival.
1604 // Homogeneous space compaction is a copying transition, can't run it if the moving GC disable count
1606 // If the collector type changed to something which doesn't benefit from homogeneous space compaction,
1623 // Launch compaction.
1639 // Update performed homogeneous space compaction count.
1643 VLOG(heap) << "Heap homogeneous space compaction took " << PrettyDuration(duration) << " size: "
1978 // compaction will mess up the rosalloc internal metadata.
2117 << "In-place compaction is only supported for bump pointer spaces";