Home
last modified time | relevance | path

Searched refs:kPayloadLengthOffset (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
Dsnapshot-data.cc38 SetHeaderValue(kPayloadLengthOffset, static_cast<int>(payload->size())); in SnapshotData()
47 uint32_t length = GetHeaderValue(kPayloadLengthOffset); in Payload()
Dsnapshot-data.h100 static const uint32_t kPayloadLengthOffset = kMagicNumberOffset + kUInt32Size; variable
101 static const uint32_t kHeaderSize = kPayloadLengthOffset + kUInt32Size;
Dcode-serializer.h128 static const uint32_t kPayloadLengthOffset = kFlagHashOffset + kUInt32Size;
129 static const uint32_t kChecksumOffset = kPayloadLengthOffset + kUInt32Size;
Dcode-serializer.cc597 SetHeaderValue(kPayloadLengthOffset, static_cast<uint32_t>(payload->size())); in SerializedCodeData()
643 uint32_t payload_length = GetHeaderValue(kPayloadLengthOffset); in SanityCheckWithoutSource()
681 int length = GetHeaderValue(kPayloadLengthOffset); in Payload()