Home | History | Annotate | Download | only in collector

Lines Matching refs:gc

19 #include "gc/accounting/atomic_stack.h"
20 #include "gc/accounting/card_table.h"
21 #include "gc/heap.h"
22 #include "gc/space/large_object_space.h"
23 #include "gc/space/space-inl.h"
28 namespace gc {
39 // For sticky GC, we want to bind the bitmaps of all spaces as the allocation stack lets us
40 // know what was allocated since the last GC. A side-effect of binding the allocation space mark
66 // incorrect class unloading since the GC does not card mark when storing the class during
81 } // namespace gc