Searched refs:kSourceHashOffset (Results 1 – 2 of 2) sorted by relevance
119 static const uint32_t kSourceHashOffset = kVersionHashOffset + kUInt32Size; variable120 static const uint32_t kCpuFeaturesOffset = kSourceHashOffset + kUInt32Size;
400 SetHeaderValue(kSourceHashOffset, cs->source_hash()); in SerializedCodeData()439 uint32_t source_hash = GetHeaderValue(kSourceHashOffset); in SanityCheck()