Home | History | Annotate | Download | only in ia32

Lines Matching full:kshift

508     static const int shift = Field::kShift;
509 static const int mask = Field::kMask >> Field::kShift;
518 static const int shift = Field::kShift;
519 static const int mask = (Field::kMask >> Field::kShift) << kSmiTagSize;