Lines Matching full:compaction
120 // and compaction.
324 // Update the heap's process state to a new value, may cause compaction to occur.
617 // Returns true if we can do hspace compaction
785 // A space where non-movable objects are allocated, when compaction is enabled it contains
1024 // Pointer to the space which becomes the new main space when we do homogeneous space compaction.
1025 // Use unique_ptr since the space is only added during the homogeneous compaction phase.
1031 // Times of the last homogeneous space compaction caused by OOM.
1034 // Saved OOMs by homogeneous space compaction.
1037 // Count for requested homogeneous space compaction.
1040 // Count for ignored homogeneous space compaction.
1043 // Count for performed homogeneous space compaction.
1046 // Whether or not we use homogeneous space compaction to avoid OOM errors.