Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1572 for (const auto& other_ic_it : other_inline_cache) { in MergeWith() local
1573 uint16_t other_dex_pc = other_ic_it.first; in MergeWith()
1574 const ClassSet& other_class_set = other_ic_it.second.classes; in MergeWith()
1576 if (other_ic_it.second.is_missing_types) { in MergeWith()
1578 } else if (other_ic_it.second.is_megamorphic) { in MergeWith()