Searched refs:kSourceHashOffset (Results 1 – 2 of 2) sorted by relevance
106 static const int kSourceHashOffset = kVersionHashOffset + kInt32Size; variable107 static const int kCpuFeaturesOffset = kSourceHashOffset + kInt32Size;
382 SetHeaderValue(kSourceHashOffset, cs->source_hash()); in SerializedCodeData()415 uint32_t source_hash = GetHeaderValue(kSourceHashOffset); in SanityCheck()