Home | History | Annotate | Download | only in gc

Lines Matching full:card

98   uint8_t operator()(uint8_t card) const {
99 return (card == accounting::CardTable::kCardDirty) ? card - 1 : 0;
1046 // The card table, dirtied by the write barrier.