Home | History | Annotate | Download | only in accounting

Lines Matching full:cards

49 // The mod-union table is the union of modified cards. It is used to allow the card table to be
50 // cleared between GC phases, reducing the number of dirty cards that need to be scanned.
59 // Clear cards which map to a memory range of a space. This doesn't immediately update the
71 // Verification, sanity checks that we don't have clean cards which conflict with out cached data
72 // for said cards. Exclusive lock is required since verify sometimes uses
93 // Clear and store cards for a space.
96 // Update table based on cleared cards.
119 // Maps from dirty cards to their corresponding alloc space references.
124 // Card caching implementation. Keeps track of which cards we cleared and only this information.
130 // Clear and store cards for a space.
133 // Nothing to update as all dirty cards were placed into cleared cards during clearing.