Home | History | Annotate | Download | only in x86_64

Lines Matching defs:kShortSize

2010     static const int kShortSize = 2;
2014 if (IsInt<8>(offset - kShortSize)) {
2016 EmitUint8((offset - kShortSize) & 0xFF);
2033 static const int kShortSize = 2;
2036 CHECK(IsInt<8>(offset - kShortSize));
2038 EmitUint8((offset - kShortSize) & 0xFF);
2049 static const int kShortSize = 2;
2052 CHECK(IsInt<8>(offset - kShortSize));
2054 EmitUint8((offset - kShortSize) & 0xFF);
2079 static const int kShortSize = 2;
2083 if (IsInt<8>(offset - kShortSize)) {
2085 EmitUint8((offset - kShortSize) & 0xFF);
2100 static const int kShortSize = 2;
2103 CHECK(IsInt<8>(offset - kShortSize));
2105 EmitUint8((offset - kShortSize) & 0xFF);