Home | History | Annotate | Download | only in heap

Lines Matching full:compaction

333     // |COMPACTION_WAS_ABORTED|: Indicates that the compaction in this page
341 // |kCompactionDone|: Initial compaction state of a |MemoryChunk|.
342 // |kCompactingInProgress|: Parallel compaction is currently in progress.
343 // |kCompactingFinalize|: Parallel compaction is done but the chunk needs to
345 // |kCompactingAborted|: Parallel compaction has been aborted, which should
2976 // Compaction space that is used temporarily during compaction.
3002 // A collection of |CompactionSpace|s used by a single compaction task.
3091 // Do map space compaction if there is a page gap.