Home | History | Annotate | Download | only in collector

Lines Matching refs:gc

23 #include "gc/collector_type.h"
24 #include "gc/gc_cause.h"
30 namespace gc {
45 // Freed bytes are signed since the GC can free negative bytes if it promotes objects to a space
50 // A information related single garbage collector iteration. Since we only ever have one GC running
62 // Returns how long the GC took to complete in nanoseconds.
144 // Swap the live and mark bitmaps of spaces that are active for the collector. For partial GC,
145 // this is the allocation space, for full GC then we swap the zygote bitmaps too.
163 // Returns how many GC iterations have been run.
167 // Returns the current GC iteration and assocated info.
179 // Run all of the GC phases.
199 } // namespace gc