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

  /external/v8/src/snapshot/
snapshot.h 49 static const int kNumReservationsOffset = kCheckSumOffset + kInt32Size;
50 static const int kPayloadLengthOffset = kNumReservationsOffset + kInt32Size;
code-serializer.h 109 static const int kNumReservationsOffset = kFlagHashOffset + kInt32Size;
110 static const int kNumCodeStubKeysOffset = kNumReservationsOffset + kInt32Size;

Completed in 44 milliseconds