MarkWordToObjectStarts 2042 src/mark-compact.cc static inline int MarkWordToObjectStarts(uint32_t mark_bits, int* starts);
MarkWordToObjectStarts 2987 src/mark-compact.cc     int live_objects = MarkWordToObjectStarts(cells[cell_index], offsets);
MarkWordToObjectStarts 3158 src/mark-compact.cc     int live_objects = MarkWordToObjectStarts(cells[cell_index], offsets);
MarkWordToObjectStarts 3742 src/mark-compact.cc     int live_objects = MarkWordToObjectStarts(cell, offsets);
MarkWordToObjectStarts 3766 src/mark-compact.cc   int live_objects = MarkWordToObjectStarts(first_set_bit, offsets);