Home | History | Annotate | Download | only in collector

Lines Matching defs:gc

26 #include "gc/accounting/atomic_stack.h"
27 #include "gc/accounting/read_barrier_table.h"
28 #include "gc/accounting/space_bitmap.h"
39 namespace gc {
215 kMarkStackModeThreadLocal, // All threads except for the GC-running thread push refs onto
216 // thread-local mark stacks. The GC-running thread pushes onto and
217 // pops off the GC mark stack without a lock.
218 kMarkStackModeShared, // All threads share the GC mark stack with a lock.
219 kMarkStackModeGcExclusive // The GC-running thread pushes onto and pops from the GC mark stack
255 } // namespace gc