Searched refs:kShortSize (Results 1 – 2 of 2) sorted by relevance
1568 static const int kShortSize = 2; in j() local1572 if (IsInt<8>(offset - kShortSize)) { in j()1574 EmitUint8((offset - kShortSize) & 0xFF); in j()1591 static const int kShortSize = 2; in j() local1594 CHECK(IsInt<8>(offset - kShortSize)); in j()1596 EmitUint8((offset - kShortSize) & 0xFF); in j()1607 static const int kShortSize = 2; in jecxz() local1610 CHECK(IsInt<8>(offset - kShortSize)); in jecxz()1612 EmitUint8((offset - kShortSize) & 0xFF); in jecxz()1635 static const int kShortSize = 2; in jmp() local[all …]
2010 static const int kShortSize = 2; in j() local2014 if (IsInt<8>(offset - kShortSize)) { in j()2016 EmitUint8((offset - kShortSize) & 0xFF); in j()2033 static const int kShortSize = 2; in j() local2036 CHECK(IsInt<8>(offset - kShortSize)); in j()2038 EmitUint8((offset - kShortSize) & 0xFF); in j()2049 static const int kShortSize = 2; in jrcxz() local2052 CHECK(IsInt<8>(offset - kShortSize)); in jrcxz()2054 EmitUint8((offset - kShortSize) & 0xFF); in jrcxz()2079 static const int kShortSize = 2; in jmp() local[all …]