Searched refs:kShortSize (Results 1 – 2 of 2) sorted by relevance
3479 static const int kShortSize = 2; in j() local3483 if (IsInt<8>(offset - kShortSize)) { in j()3485 EmitUint8((offset - kShortSize) & 0xFF); in j()3502 static const int kShortSize = 2; in j() local3505 CHECK(IsInt<8>(offset - kShortSize)); in j()3507 EmitUint8((offset - kShortSize) & 0xFF); in j()3518 static const int kShortSize = 2; in jecxz() local3521 CHECK(IsInt<8>(offset - kShortSize)); in jecxz()3523 EmitUint8((offset - kShortSize) & 0xFF); in jecxz()3546 static const int kShortSize = 2; in jmp() local[all …]
4705 static const int kShortSize = 2; in j() local4709 if (IsInt<8>(offset - kShortSize)) { in j()4711 EmitUint8((offset - kShortSize) & 0xFF); in j()4728 static const int kShortSize = 2; in j() local4731 CHECK(IsInt<8>(offset - kShortSize)); in j()4733 EmitUint8((offset - kShortSize) & 0xFF); in j()4744 static const int kShortSize = 2; in jrcxz() local4747 CHECK(IsInt<8>(offset - kShortSize)); in jrcxz()4749 EmitUint8((offset - kShortSize) & 0xFF); in jrcxz()4774 static const int kShortSize = 2; in jmp() local[all …]