Home | History | Annotate | Download | only in heap

Lines Matching defs:marking

16 #include "src/heap/incremental-marking.h"
695 // Maintain consistency of live bytes during incremental marking.
720 // Making the heap iterable requires us to abort incremental marking.
765 // TODO(1490): Try removing the unchecked accessors, now that GC marking does
1203 Marking* marking() { return &marking_; }
1535 // marking. It is initialized during marking, destroyed after marking and
1536 // contains Smi(0) while marking is not active.
1924 // Re-visit incremental marking heuristics.
1972 marking
1982 Marking marking_;
2403 // Intrusive object marking uses least significant bit of
2454 // Tags 0, 1, and 3 are used. Use 2 for marking visited HeapObject.