Searched refs:kBytesPerCellLog2 (Results 1 – 7 of 7) sorted by relevance
150 static const uint32_t kBytesPerCellLog2 = kBitsPerCellLog2 - kBitsPerByteLog2; variable
2838 Bitmap::kBitsPerCellLog2 + kPointerSizeLog2 - Bitmap::kBytesPerCellLog2; in GetMarkBits()
2966 Bitmap::kBitsPerCellLog2 + kPointerSizeLog2 - Bitmap::kBytesPerCellLog2; in GetMarkBits()
3247 ShiftLeftImm(ip, ip, Operand(Bitmap::kBytesPerCellLog2)); in GetMarkBits()
4188 Add(bitmap_reg, bitmap_reg, Operand(temp, LSL, Bitmap::kBytesPerCellLog2)); in GetMarkBits()
5332 Bitmap::kBitsPerCellLog2 + kPointerSizeLog2 - Bitmap::kBytesPerCellLog2; in GetMarkBits()
6188 dsll(t8, t8, Bitmap::kBytesPerCellLog2); in GetMarkBits()