HomeSort by relevance Sort by last modified time
    Searched defs:kPayloadLengthOffset (Results 1 - 2 of 2) sorted by null

  /external/v8/src/snapshot/
snapshot.h 50 static const int kPayloadLengthOffset = kNumReservationsOffset + kInt32Size;
51 static const int kHeaderSize = kPayloadLengthOffset + kInt32Size;
code-serializer.h 111 static const int kPayloadLengthOffset = kNumCodeStubKeysOffset + kInt32Size;
112 static const int kChecksum1Offset = kPayloadLengthOffset + kInt32Size;

Completed in 61 milliseconds