Home | History | Annotate | Download | only in space

Lines Matching refs:gc

26 #include "gc/accounting/space_bitmap.h"
27 #include "gc/collector/garbage_collector.h"
37 namespace gc {
61 // Every GC cycle will attempt to collect objects in this space.
63 // Objects will be considered for collection only in "full" GC cycles, ie faster partial
182 friend class art::gc::Heap;
264 // invalid value may break the GC.
406 // Swap the live and mark bitmaps of this space. This is used by the GC for concurrent sweeping.
434 friend class gc::Heap;
439 } // namespace gc