Searched refs:kIndividualInlineCacheSize (Results 1 – 4 of 4) sorted by relevance
90 static_assert(sizeof(ProfileCompilationInfo::kIndividualInlineCacheSize) == sizeof(uint8_t),92 static_assert(ProfileCompilationInfo::kIndividualInlineCacheSize < kIsMegamorphicEncoding,94 static_assert(ProfileCompilationInfo::kIndividualInlineCacheSize < kIsMissingTypesEncoding,149 if (classes.size() + 1 >= ProfileCompilationInfo::kIndividualInlineCacheSize) { in AddClass()552 DCHECK_LT(classes.size(), ProfileCompilationInfo::kIndividualInlineCacheSize); in AddInlineCacheToBuffer()1971 if (runtime_cache->classes.size() < ProfileCompilationInfo::kIndividualInlineCacheSize) { in operator ==()
82 static constexpr uint8_t kIndividualInlineCacheSize = 5; variable
159 while (cache.classes.size() < ProfileCompilationInfo::kIndividualInlineCacheSize) { in MakeMegamorphic()
53 static_assert(ProfileCompilationInfo::kIndividualInlineCacheSize ==