Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.h141 is_megamorphic(false), in DexPcData()
146 is_megamorphic = true; in SetIsMegamorphic()
150 is_megamorphic = false; in SetIsMissingTypes()
155 return is_megamorphic == other.is_megamorphic &&
164 bool is_megamorphic; member
Dprofile_compilation_info.cc106 if (is_megamorphic || is_missing_types) { in AddClass()
123 is_megamorphic = true; in AddClass()
495 DCHECK(!dex_pc_data.is_megamorphic); // at this point the megamorphic flag should not be set. in AddInlineCacheToBuffer()
499 } else if (dex_pc_data.is_megamorphic) { in AddInlineCacheToBuffer()
675 if (dex_pc_data->is_missing_types || dex_pc_data->is_megamorphic) { in AddMethod()
684 if (pmi_ic_dex_pc_data.is_megamorphic) { in AddMethod()
1119 if (dex_pc_data.is_missing_types || dex_pc_data.is_megamorphic) { in VerifyProfileData()
1539 } else if (other_ic_it.second.is_megamorphic) { in MergeWith()
1698 } else if (inline_cache_it.second.is_megamorphic) { in DumpInfo()
1934 if (dex_pc_data.is_megamorphic != other_dex_pc_data.is_megamorphic || in operator ==()
/art/profman/
Dprofile_assistant_test.cc343 bool is_megamorphic, in AssertInlineCaches() argument
354 ASSERT_EQ(dex_pc_data.is_megamorphic, is_megamorphic); in AssertInlineCaches()
/art/compiler/optimizing/
Dinliner.cc705 if (dex_pc_data.is_megamorphic) { in ExtractClassesFromOfflineProfile()