Lines Matching full:kshift
1188 static const int shift = Field::kShift;1189 static const int mask = Field::kMask >> Field::kShift;1200 shlp(reg, Immediate(kSmiShift - Field::kShift));1202 static const int shift = Field::kShift;1203 static const int mask = (Field::kMask >> Field::kShift) << kSmiTagSize;