Home | History | Annotate | Download | only in x87

Lines Matching refs:kShift

492     static const int shift = Field::kShift;
493 static const int mask = Field::kMask >> Field::kShift;
502 static const int shift = Field::kShift;
503 static const int mask = (Field::kMask >> Field::kShift) << kSmiTagSize;