Searched refs:kShortSize (Results 1 – 2 of 2) sorted by relevance
3508 static const int kShortSize = 2; in j() local3512 if (IsInt<8>(offset - kShortSize)) { in j()3514 EmitUint8((offset - kShortSize) & 0xFF); in j()3531 static const int kShortSize = 2; in j() local3534 CHECK(IsInt<8>(offset - kShortSize)); in j()3536 EmitUint8((offset - kShortSize) & 0xFF); in j()3547 static const int kShortSize = 2; in jecxz() local3550 CHECK(IsInt<8>(offset - kShortSize)); in jecxz()3552 EmitUint8((offset - kShortSize) & 0xFF); in jecxz()3575 static const int kShortSize = 2; in jmp() local[all …]
4714 static const int kShortSize = 2; in j() local4718 if (IsInt<8>(offset - kShortSize)) { in j()4720 EmitUint8((offset - kShortSize) & 0xFF); in j()4737 static const int kShortSize = 2; in j() local4740 CHECK(IsInt<8>(offset - kShortSize)); in j()4742 EmitUint8((offset - kShortSize) & 0xFF); in j()4753 static const int kShortSize = 2; in jrcxz() local4756 CHECK(IsInt<8>(offset - kShortSize)); in jrcxz()4758 EmitUint8((offset - kShortSize) & 0xFF); in jrcxz()4783 static const int kShortSize = 2; in jmp() local[all …]