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