Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h163 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
Dprofile_compilation_info.cc133 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 ==()
/art/profman/
Dprofile_assistant_test.cc335 bool is_megamorphic, in AssertInlineCaches() argument
345 ASSERT_EQ(dex_pc_data.is_megamorphic, is_megamorphic); in AssertInlineCaches()
/art/compiler/optimizing/
Dinliner.cc744 if (dex_pc_data.is_megamorphic) { in ExtractClassesFromOfflineProfile()