Home | History | Annotate | Download | only in x86

Lines Matching defs:kShortSize

1143     static const int kShortSize = 2;
1147 if (IsInt(8, offset - kShortSize)) {
1149 EmitUint8((offset - kShortSize) & 0xFF);
1178 static const int kShortSize = 2;
1182 if (IsInt(8, offset - kShortSize)) {
1184 EmitUint8((offset - kShortSize) & 0xFF);