Home | History | Annotate | Download | only in src

Lines Matching refs:CellType

1982   MarkBit::CellType* cells = p->markbits()->cells();
2003 const MarkBit::CellType current_cell = cells[cell_index];
2006 const MarkBit::CellType next_cell = cells[cell_index + 1];
2007 MarkBit::CellType grey_objects = current_cell &
2911 MarkBit::CellType* cells = p->markbits()->cells();
3075 MarkBit::CellType* cells = p->markbits()->cells();
3163 MarkBit::CellType* start_cell = start_mark_bit.cell();
3164 MarkBit::CellType* end_cell = end_mark_bit.cell();
3167 MarkBit::CellType start_mask = ~(start_mark_bit.mask() - 1);
3168 MarkBit::CellType end_mask = (end_mark_bit.mask() << 1) - 1;
3174 for (MarkBit::CellType* cell = start_cell + 1; cell < end_cell; cell++) {
3180 for (MarkBit::CellType* cell = start_cell ; cell <= end_cell; cell++) {
3728 MarkBit::CellType* cells = p->markbits()->cells();