Home | History | Annotate | Download | only in src

Lines Matching full:marking

54 //   - Failure      (immediate for marking failed operation)
294 // from odd to even and back every time marking is completed. Incremental
295 // marking can visit an object twice during a marking phase, so algorithms that
296 // that piggy-back on marking can use the parity to ensure that they only
297 // perform an operation on an object once per marking phase: they record the
1763 // during marking GC.
3172 // marking invariant cannot be broken and slots pointing into evacuation
3175 // witness, incremental marking is globally disabled. The witness is then
6179 // holding weak references when incremental marking is used, because it also
6296 static const int kUnused = 0; // To be used for marking recently used maps.
6691 // Clears the initial_map before the GC marking phase to ensure the reference
6695 // Restores the link to the initial map after the GC marking phase.
10592 // Also used for marking up GC roots in heap snapshots.