Home
last modified time | relevance | path

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

/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info.cc114 static constexpr uint8_t kIsMegamorphicEncoding = 7; variable
118 static_assert(ProfileCompilationInfo::kIndividualInlineCacheSize < kIsMegamorphicEncoding,
2845 buffer.WriteUintAndAdvance(kIsMegamorphicEncoding); in WriteMethods()
2962 } else if (inline_cache_classes_size == kIsMegamorphicEncoding) { in ReadMethods()