Searched refs:kSourceHashOffset (Results 1 – 2 of 2) sorted by relevance
797 static const int kSourceHashOffset = kVersionHashOffset + kInt32Size; variable798 static const int kCpuFeaturesOffset = kSourceHashOffset + kInt32Size;
2693 SetHeaderValue(kSourceHashOffset, SourceHash(cs.source())); in SerializedCodeData()2726 uint32_t source_hash = GetHeaderValue(kSourceHashOffset); in SanityCheck()