Home | History | Annotate | Download | only in x86

Lines Matching defs:kShortSize

1153     static const int kShortSize = 2;
1157 if (IsInt(8, offset - kShortSize)) {
1159 EmitUint8((offset - kShortSize) & 0xFF);
1188 static const int kShortSize = 2;
1192 if (IsInt(8, offset - kShortSize)) {
1194 EmitUint8((offset - kShortSize) & 0xFF);