Searched refs:mark_bits (Results 1 – 1 of 1) sorted by relevance
1898 static inline int MarkWordToObjectStarts(uint32_t mark_bits, int* starts);4090 static inline int MarkWordToObjectStarts(uint32_t mark_bits, int* starts) { in MarkWordToObjectStarts() argument4095 DCHECK((mark_bits & 0x180) != 0x180); in MarkWordToObjectStarts()4096 DCHECK((mark_bits & 0x18000) != 0x18000); in MarkWordToObjectStarts()4097 DCHECK((mark_bits & 0x1800000) != 0x1800000); in MarkWordToObjectStarts()4099 while (mark_bits != 0) { in MarkWordToObjectStarts()4100 int byte = (mark_bits & 0xff); in MarkWordToObjectStarts()4101 mark_bits >>= 8; in MarkWordToObjectStarts()