Home | History | Annotate | Download | only in x64

Lines Matching defs:shift_size

3266   int shift_size = ElementsKindToShiftSize(elements_kind);
3273 (constant_value << shift_size) + offset);
3276 if (key_representation.IsSmi() && (shift_size >= 1)) {
3278 shift_size -= kSmiTagSize;
3280 ScaleFactor scale_factor = static_cast<ScaleFactor>(shift_size);