Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h57 is_megamorphic(megamorphic) {} in dex_pc()
65 const bool is_megamorphic; member
140 is_megamorphic(false), in DexPcData()
145 is_megamorphic = true; in SetIsMegamorphic()
149 is_megamorphic = false; in SetIsMissingTypes()
154 return is_megamorphic == other.is_megamorphic &&
163 bool is_megamorphic; member
Dprofile_test_helper.h121 if (dex_pc_data.is_megamorphic != expected_is_megamorphic) { in EqualInlineCaches()
123 } else if (dex_pc_data.is_megamorphic) { in EqualInlineCaches()
Dprofile_compilation_info.cc575 if (is_megamorphic || is_missing_types) { in AddClass()
591 is_megamorphic = true; in AddClass()
1254 if (cache.is_megamorphic) { in AddMethod()
1260 if (dex_pc_data->is_missing_types || dex_pc_data->is_megamorphic) { in AddMethod()
1335 if (dex_pc_data.is_missing_types || dex_pc_data.is_megamorphic) { in VerifyProfileData()
1913 } else if (other_ic_it.second.is_megamorphic) { in MergeWith()
2033 } else if (inline_cache_it.second.is_megamorphic) { in DumpInfo()
2658 DCHECK(!dex_pc_data.is_megamorphic); in WriteMethods()
2662 } else if (dex_pc_data.is_megamorphic) { in WriteMethods()
Dprofile_compilation_info_test.cc674 ASSERT_FALSE(dex_pc_data.is_megamorphic); in TEST_F()
/art/profman/
Dprofile_assistant_test.cc343 bool is_megamorphic, in AssertInlineCaches() argument
355 is_megamorphic, in AssertInlineCaches()
361 bool is_megamorphic, in AssertInlineCaches() argument
373 is_megamorphic, in AssertInlineCaches()
381 bool is_megamorphic, in AssertInlineCaches() argument
384 ASSERT_EQ(dex_pc_data.is_megamorphic, is_megamorphic); in AssertInlineCaches()
Dprofman.cc818 if (ic_data.classes.empty() && !ic_data.is_megamorphic && !ic_data.is_missing_types) { in GetInlineCacheLine()
825 if (ic_data.is_megamorphic) { in GetInlineCacheLine()
/art/compiler/optimizing/
Dinliner.cc664 if (dex_pc_data.is_megamorphic) { in GetInlineCacheAOT()