Searched refs:kShortSize (Results 1 – 7 of 7) sorted by relevance
2841 static const int kShortSize = 2; in j() local2845 if (Utils::IsInt(8, offset - kShortSize)) { in j()2847 emitUint8((offset - kShortSize) & 0xFF); in j()2883 static const int kShortSize = 2; in jmp() local2887 if (Utils::IsInt(8, offset - kShortSize)) { in jmp()2889 emitUint8((offset - kShortSize) & 0xFF); in jmp()
2995 static const int kShortSize = 2; in j() local2999 if (Utils::IsInt(8, offset - kShortSize)) { in j()3001 emitUint8((offset - kShortSize) & 0xFF); in j()3038 static const int kShortSize = 2; in jmp() local3042 if (Utils::IsInt(8, offset - kShortSize)) { in jmp()3044 emitUint8((offset - kShortSize) & 0xFF); in jmp()
1052 return ReadField<uint16_t>(kHeaderSize + index * kShortSize); in Get()1057 WriteField<uint16_t>(kHeaderSize + index * kShortSize, value); in SeqTwoByteStringSet()
1810 int length_multiplier = IsTwoByteRepresentation() ? i::kShortSize : kCharSize; in ExternalPayloadSize()
637 content_size = length * kShortSize; in SerializeExternalStringAsSequentialString()
213 constexpr int kShortSize = sizeof(short); // NOLINT variable
3408 int shift = i * kBitsPerByte * kShortSize; in DecodeTypeVFP()3484 int shift = i * kBitsPerByte * kShortSize; in DecodeTypeVFP()