Searched refs:is_megamorphic (Results 1 – 4 of 4) sorted by relevance
141 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
106 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 ==()
343 bool is_megamorphic, in AssertInlineCaches() argument354 ASSERT_EQ(dex_pc_data.is_megamorphic, is_megamorphic); in AssertInlineCaches()
705 if (dex_pc_data.is_megamorphic) { in ExtractClassesFromOfflineProfile()