Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h146 is_megamorphic(false), in DexPcData()
151 is_megamorphic = true; in SetIsMegamorphic()
155 is_megamorphic = false; in SetIsMissingTypes()
160 return is_megamorphic == other.is_megamorphic &&
169 bool is_megamorphic; member
Dprofile_compilation_info.cc126 if (is_megamorphic || is_missing_types) { in AddClass()
143 is_megamorphic = true; in AddClass()
557 DCHECK(!dex_pc_data.is_megamorphic); // at this point the megamorphic flag should not be set. in AddInlineCacheToBuffer()
561 } else if (dex_pc_data.is_megamorphic) { in AddInlineCacheToBuffer()
738 if (dex_pc_data->is_missing_types || dex_pc_data->is_megamorphic) { in AddMethod()
747 if (pmi_ic_dex_pc_data.is_megamorphic) { in AddMethod()
1232 if (dex_pc_data.is_missing_types || dex_pc_data.is_megamorphic) { in VerifyProfileData()
1687 } else if (other_ic_it.second.is_megamorphic) { in MergeWith()
1831 } else if (inline_cache_it.second.is_megamorphic) { in DumpInfo()
2072 if (dex_pc_data.is_megamorphic != other_dex_pc_data.is_megamorphic || in operator ==()
/art/profman/
Dprofile_assistant_test.cc349 bool is_megamorphic, in AssertInlineCaches() argument
360 ASSERT_EQ(dex_pc_data.is_megamorphic, is_megamorphic); in AssertInlineCaches()
/art/compiler/optimizing/
Dinliner.cc729 if (dex_pc_data.is_megamorphic) { in ExtractClassesFromOfflineProfile()