Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_test_helper.h120 (expected_it->classes.size() >= ProfileCompilationInfo::kIndividualInlineCacheSize); in EqualInlineCaches()
Dprofile_compilation_info.cc102 static_assert(sizeof(ProfileCompilationInfo::kIndividualInlineCacheSize) == sizeof(uint8_t),
104 static_assert(ProfileCompilationInfo::kIndividualInlineCacheSize < kIsMegamorphicEncoding,
106 static_assert(ProfileCompilationInfo::kIndividualInlineCacheSize < kIsMissingTypesEncoding,
590 if (classes.size() + 1 >= ProfileCompilationInfo::kIndividualInlineCacheSize) { in AddClass()
2668 DCHECK_LT(classes.size(), ProfileCompilationInfo::kIndividualInlineCacheSize); in WriteMethods()
2782 } else if (inline_cache_classes_size >= kIndividualInlineCacheSize) { in ReadMethods()
Dprofile_compilation_info.h95 static constexpr uint8_t kIndividualInlineCacheSize = 5; variable
Dprofile_compilation_info_test.cc109 while (cache.classes.size() < ProfileCompilationInfo::kIndividualInlineCacheSize) { in MakeMegamorphic()
/art/runtime/jit/
Dprofile_saver.cc53 static_assert(ProfileCompilationInfo::kIndividualInlineCacheSize ==
/art/profman/
Dprofman.cc1193 std::array<std::string_view, ProfileCompilationInfo::kIndividualInlineCacheSize + 1>;