Home | History | Annotate | Download | only in src

Lines Matching full:cells

164 // Bitmap is a sequence of cells each containing fixed number of bits.
204 INLINE(MarkBit::CellType* cells()) {
218 MarkBit::CellType* cell = this->cells() + (index >> kBitsPerCellLog2);
277 printer.Print(i, cells()[i]);
285 if (cells()[i] != 0) {