Searched refs:kShortSize (Results 1 – 1 of 1) sorted by relevance
3008 static const int kShortSize = 2; in j() local3012 if (IsInt<8>(offset - kShortSize)) { in j()3014 EmitUint8((offset - kShortSize) & 0xFF); in j()3031 static const int kShortSize = 2; in j() local3034 CHECK(IsInt<8>(offset - kShortSize)); in j()3036 EmitUint8((offset - kShortSize) & 0xFF); in j()3047 static const int kShortSize = 2; in jrcxz() local3050 CHECK(IsInt<8>(offset - kShortSize)); in jrcxz()3052 EmitUint8((offset - kShortSize) & 0xFF); in jrcxz()3077 static const int kShortSize = 2; in jmp() local[all …]