Home | History | Annotate | Download | only in ia32

Lines Matching refs:kShift

511     static const int shift = Field::kShift;
512 static const int mask = Field::kMask >> Field::kShift;
521 static const int shift = Field::kShift;
522 static const int mask = (Field::kMask >> Field::kShift) << kSmiTagSize;