Searched refs:kShortSize (Results 1 – 2 of 2) sorted by relevance
1153 static const int kShortSize = 2; in j() local1157 if (IsInt(8, offset - kShortSize)) { in j()1159 EmitUint8((offset - kShortSize) & 0xFF); in j()1188 static const int kShortSize = 2; in jmp() local1192 if (IsInt(8, offset - kShortSize)) { in jmp()1194 EmitUint8((offset - kShortSize) & 0xFF); in jmp()
1347 static const int kShortSize = 2; in j() local1351 if (IsInt(8, offset - kShortSize)) { in j()1353 EmitUint8((offset - kShortSize) & 0xFF); in j()1384 static const int kShortSize = 2; in jmp() local1388 if (IsInt(8, offset - kShortSize)) { in jmp()1390 EmitUint8((offset - kShortSize) & 0xFF); in jmp()