Home
last modified time | relevance | path

Searched refs:kSourceHashOffset (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/snapshot/
Dcode-serializer.h119 static const uint32_t kSourceHashOffset = kVersionHashOffset + kUInt32Size; variable
120 static const uint32_t kCpuFeaturesOffset = kSourceHashOffset + kUInt32Size;
Dcode-serializer.cc400 SetHeaderValue(kSourceHashOffset, cs->source_hash()); in SerializedCodeData()
439 uint32_t source_hash = GetHeaderValue(kSourceHashOffset); in SanityCheck()