Home | History | Annotate | Download | only in x86

Lines Matching defs:kShortSize

1568     static const int kShortSize = 2;
1572 if (IsInt<8>(offset - kShortSize)) {
1574 EmitUint8((offset - kShortSize) & 0xFF);
1591 static const int kShortSize = 2;
1594 CHECK(IsInt<8>(offset - kShortSize));
1596 EmitUint8((offset - kShortSize) & 0xFF);
1607 static const int kShortSize = 2;
1610 CHECK(IsInt<8>(offset - kShortSize));
1612 EmitUint8((offset - kShortSize) & 0xFF);
1635 static const int kShortSize = 2;
1639 if (IsInt<8>(offset - kShortSize)) {
1641 EmitUint8((offset - kShortSize) & 0xFF);
1656 static const int kShortSize = 2;
1659 CHECK(IsInt<8>(offset - kShortSize));
1661 EmitUint8((offset - kShortSize) & 0xFF);