Home
last modified time | relevance | path

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

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