Home
last modified time | relevance | path

Searched refs:kIndividualInlineCacheSize (Results 1 – 4 of 4) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.cc90 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 ==()
Dprofile_compilation_info.h82 static constexpr uint8_t kIndividualInlineCacheSize = 5; variable
Dprofile_compilation_info_test.cc159 while (cache.classes.size() < ProfileCompilationInfo::kIndividualInlineCacheSize) { in MakeMegamorphic()
/art/runtime/jit/
Dprofile_saver.cc53 static_assert(ProfileCompilationInfo::kIndividualInlineCacheSize ==