Searched refs:is_megamorphic (Results 1 – 4 of 4) sorted by relevance
163 is_megamorphic(false), in DexPcData()168 is_megamorphic = true; in SetIsMegamorphic()172 is_megamorphic = false; in SetIsMissingTypes()177 return is_megamorphic == other.is_megamorphic &&186 bool is_megamorphic; member
133 if (is_megamorphic || is_missing_types) { in AddClass()150 is_megamorphic = true; in AddClass()542 DCHECK(!dex_pc_data.is_megamorphic); // at this point the megamorphic flag should not be set. in AddInlineCacheToBuffer()546 } else if (dex_pc_data.is_megamorphic) { in AddInlineCacheToBuffer()1151 if (dex_pc_data.is_missing_types || dex_pc_data.is_megamorphic) { in VerifyProfileData()1578 } else if (other_ic_it.second.is_megamorphic) { in MergeWith()1702 } else if (inline_cache_it.second.is_megamorphic) { in DumpInfo()1913 if (dex_pc_data.is_megamorphic != other_dex_pc_data.is_megamorphic || in operator ==()1970 if (dex_pc_data.is_megamorphic) { in operator ==()
335 bool is_megamorphic, in AssertInlineCaches() argument345 ASSERT_EQ(dex_pc_data.is_megamorphic, is_megamorphic); in AssertInlineCaches()
744 if (dex_pc_data.is_megamorphic) { in ExtractClassesFromOfflineProfile()