Home | History | Annotate | Download | only in alloc

Lines Matching full:mark

41  * Initializes the stack top and advises the mark stack pages as needed.
54 * Assigns NULL to the stack top and advises the mark stack pages as
65 * Pops an object from the mark stack.
78 * Pushes an object on the mark stack.
120 /* This object will need to go on the mark stack.
127 /* Used to mark objects when recursing. Recursion is done by moving
131 * need to be added to the mark stack.
142 * marking. Marks white objects but does not push them on the mark
157 /* Mark the set of root objects.
190 * white objects and pushes them on the mark stack.
468 * Scan anything that's on the mark stack. We can't use the bitmaps
592 /* Given bitmaps with the root set marked, find and mark all
594 * live objects will be marked and the mark stack will be empty.
609 /* We've walked the mark bitmaps. Scan anything that's
610 * left on the mark stack.
621 * that gray objects will be pushed onto the mark stack.
684 /* Referent is white and biased toward saving, mark it. */
695 * Restart the mark with the newly black references added to the
757 * This object is an instance of a class that overrides finalize(). Mark
846 /* The mark bits are now not needed.