Searched refs:kConflictCacheId (Results 1 – 3 of 3) sorted by relevance
81 entries_[kConflictCacheId] = in FillPrimitiveAndSmallConstantTypes()82 new (&allocator_) ConflictType(null_handle_, "", kConflictCacheId); in FillPrimitiveAndSmallConstantTypes()139 return *entries_[kConflictCacheId]; in RegTypeFromPrimitiveType()
84 return *down_cast<const ConflictType*>(entries_[kConflictCacheId]); in Conflict()
175 static constexpr int32_t kConflictCacheId = kNumSmallConstants + 11; variable