Home | History | Annotate | Download | only in gc

Lines Matching full:compaction

260     // Background compaction is currently not supported for command line runs.
262 VLOG(heap) << "Disabling background compaction for non zygote";
351 // We don't have hspace compaction enabled with GSS or CC.
361 // This is not the case if we support homogeneous compaction or have a moving background
685 // Is background compaction is enabled?
690 // from the main space to the zygote space. If background compaction is enabled, always pass in
693 // After the zygote we want this to be false if we don't have background compaction enabled so
695 // We never have homogeneous compaction with GSS and don't need a space with movable objects.
955 // special handling which does a homogenous space compaction once but then doesn't transition
1017 // calls VerifyHeapReferences() as part of the zygote compaction
1363 // Launch homogeneous space compaction if it is desired.
1368 VLOG(gc) << "Homogeneous compaction ignored due to jank perceptible process state";
1436 // Pretend we are doing a GC to prevent background compaction from deleting the space we are
1634 // Use signed comparison since freed bytes can be negative when background compaction foreground
1808 UNIMPLEMENTED(FATAL) << "homogeneous space compaction result: "
1814 VLOG(heap) << "Ran heap homogeneous space compaction, "
1819 << " ignored homogeneous space compaction "
1830 // full. Attempt to disable compaction and turn the main space into a non moving space.
2025 // Inc requested homogeneous space compaction.
2027 // Store performed homogeneous space compaction at a new request arrival.
2035 // Homogeneous space compaction is a copying transition, can't run it if the moving GC disable count
2037 // If the collector type changed to something which doesn't benefit from homogeneous space compaction,
2058 // Launch compaction.
2072 // Update performed homogeneous space compaction count.
2076 VLOG(heap) << "Heap homogeneous space compaction took " << PrettyDuration(duration) << " size: "
2448 // compaction will mess up the rosalloc internal metadata.
2600 << "In-place compaction is only supported for bump pointer spaces";