Searched refs:mark_bit (Results 1 – 1 of 1) sorted by relevance
1374 size_t mark_word, mark_bit, offset; in ggc_set_mark() local1377 mark_bit = offset % (8 * sizeof (mark_type)); in ggc_set_mark()1379 if (pch_zone.mark_bits[mark_word] & (1 << mark_bit)) in ggc_set_mark()1381 pch_zone.mark_bits[mark_word] |= (1 << mark_bit); in ggc_set_mark()1424 size_t mark_word, mark_bit, offset; in ggc_marked_p() local1427 mark_bit = offset % (8 * sizeof (mark_type)); in ggc_marked_p()1429 return (pch_zone.mark_bits[mark_word] & (1 << mark_bit)) != 0; in ggc_marked_p()