Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc88 static constexpr uint8_t kIsMegamorphicEncoding = 7; variable
92 static_assert(ProfileCompilationInfo::kIndividualInlineCacheSize < kIsMegamorphicEncoding,
548 AddUintToBuffer(buffer, kIsMegamorphicEncoding); in AddInlineCacheToBuffer()
785 if (dex_to_classes_map_size == kIsMegamorphicEncoding) { in ReadInlineCache()