Home | History | Annotate | Download | only in gc

Lines Matching full:compaction

377   // Update the heap's process state to a new value, may cause compaction to occur.
808 // Returns true if we can do hspace compaction
1029 // A space where non-movable objects are allocated, when compaction is enabled it contains
1279 // Pointer to the space which becomes the new main space when we do homogeneous space compaction.
1280 // Use unique_ptr since the space is only added during the homogeneous compaction phase.
1286 // Times of the last homogeneous space compaction caused by OOM.
1289 // Saved OOMs by homogeneous space compaction.
1292 // Count for requested homogeneous space compaction.
1295 // Count for ignored homogeneous space compaction.
1298 // Count for performed homogeneous space compaction.
1308 // Whether or not we use homogeneous space compaction to avoid OOM errors.