Home | History | Annotate | Download | only in gc

Lines Matching defs:Compact

108 // Whether or not we compact the zygote in PreZygoteFork.
350 // We may use the same space the main space for the non moving space if we don't need to compact
691 // happen in the future. If this happens and we have kCompactZygote enabled we wish to compact
1934 collector = Compact(to_space, from_space, kGcCauseHomogeneousSpaceCompact);
1946 << PrettySize(space_size_after_compaction) << " compact-ratio: "
2028 collector = Compact(bump_pointer_space_, main_space_, kGcCauseCollectorTransition);
2065 // Compact to the main space from the bump pointer space, don't need to swap semispaces.
2067 collector = Compact(main_space_, bump_pointer_space_, kGcCauseCollectorTransition);
2125 // Don't allow mark compact unless support is compiled in.
2285 // suboptimal bin packing when we compact the zygote space.
2310 // Create a new bump pointer space which we will compact into.
2313 // Compact the bump pointer space to a new zygote bump pointer space.
2324 << "Does not make sense to compact within the same space";
2478 collector::GarbageCollector* Heap::Compact(space::ContinuousMemMapAllocSpace* target_space,