Home
last modified time | relevance | path

Searched refs:kShortSize (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8632.cpp2841 static const int kShortSize = 2; in j() local
2845 if (Utils::IsInt(8, offset - kShortSize)) { in j()
2847 emitUint8((offset - kShortSize) & 0xFF); in j()
2883 static const int kShortSize = 2; in jmp() local
2887 if (Utils::IsInt(8, offset - kShortSize)) { in jmp()
2889 emitUint8((offset - kShortSize) & 0xFF); in jmp()
DIceAssemblerX8664.cpp2995 static const int kShortSize = 2; in j() local
2999 if (Utils::IsInt(8, offset - kShortSize)) { in j()
3001 emitUint8((offset - kShortSize) & 0xFF); in j()
3038 static const int kShortSize = 2; in jmp() local
3042 if (Utils::IsInt(8, offset - kShortSize)) { in jmp()
3044 emitUint8((offset - kShortSize) & 0xFF); in jmp()
/third_party/node/deps/v8/src/objects/
Dstring-inl.h1052 return ReadField<uint16_t>(kHeaderSize + index * kShortSize); in Get()
1057 WriteField<uint16_t>(kHeaderSize + index * kShortSize, value); in SeqTwoByteStringSet()
Dstring.cc1810 int length_multiplier = IsTwoByteRepresentation() ? i::kShortSize : kCharSize; in ExternalPayloadSize()
/third_party/node/deps/v8/src/snapshot/
Dserializer.cc637 content_size = length * kShortSize; in SerializeExternalStringAsSequentialString()
/third_party/node/deps/v8/src/common/
Dglobals.h213 constexpr int kShortSize = sizeof(short); // NOLINT variable
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc3408 int shift = i * kBitsPerByte * kShortSize; in DecodeTypeVFP()
3484 int shift = i * kBitsPerByte * kShortSize; in DecodeTypeVFP()