Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc113 static constexpr uint8_t kIsMegamorphicEncoding = 7; variable
117 static_assert(ProfileCompilationInfo::kIndividualInlineCacheSize < kIsMegamorphicEncoding,
2813 buffer.WriteUintAndAdvance(kIsMegamorphicEncoding); in WriteMethods()
2930 } else if (inline_cache_classes_size == kIsMegamorphicEncoding) { in ReadMethods()