Lines Matching full:marking
1015 Drain the mark stack while marking weak handles, not after.
1018 Otherwise, items that would have caused more weak handle marking are
1019 processed after all weak handle marking has finished, and referenced
1030 handles. Otherwise, items drained while marking weak handles may force
1035 are not discovered until after weak handle marking is over.
2151 Introduced the concept of opaque roots, in preparation for marking the DOM with them
2173 marking all weak handles.
2182 (JSC::Heap::reset): Split out handle marking from handle finalization.
2981 (JSC::Heap::reset): Make marking proportional to 1X the size of the heap,
4717 stack root gathering routine. This allows us to exclude marking-related
4718 data structures on the stack, and thus avoid double-marking the set of
4789 (JSC::Heap::markRoots): Added a mark call for marking the handle stack.
4806 Added HeapRootMarker, a privileged class for marking direct heap roots
4872 Introduce Local<T> to allow us to start moving to precise marking of locals
4876 LocalScope to allow us to start moving towards precise marking
5438 The ConservativeSet is an internal data structure used during marking,