Lines Matching defs:mark_bit
3071 MarkBit mark_bit = Marking::MarkBitFrom(object);3072 DCHECK(Marking::IsBlack(mark_bit));3073 Marking::BlackToWhite(mark_bit);3086 MarkBit mark_bit = Marking::MarkBitFrom(object);3087 DCHECK(!Marking::IsGrey(mark_bit));3088 if (Marking::IsBlack(mark_bit)) {