Lines Matching refs:dex_profile_index
563 ProfileIndexType dex_profile_index = dex_it.first; in AddInlineCacheToBuffer() local
566 WriteProfileIndex(buffer, dex_profile_index); in AddInlineCacheToBuffer()
603 auto dex_it = dex_to_classes_map->FindOrAdd(classes_it.dex_profile_index); in GroupClassesByDex()
790 ProfileIndexType dex_profile_index; in ReadInlineCache() local
792 if (!ReadProfileIndex(buffer, &dex_profile_index)) { in ReadInlineCache()
797 if (dex_profile_index >= number_of_dex_files) { in ReadInlineCache()
799 *error += std::to_string(dex_profile_index) + " " + std::to_string(number_of_dex_files); in ReadInlineCache()
805 auto it = dex_profile_index_remap.find(dex_profile_index); in ReadInlineCache()
1163 ProfileIndexType dex_profile_index = dex_it.first; in VerifyProfileData() local
1165 info_[dex_profile_index]->profile_key); in VerifyProfileData()
1177 << static_cast<uint16_t >(dex_profile_index) << " type_index=" in VerifyProfileData()
1583 class_it.dex_profile_index), class_it.type_index); in MergeWith()
1706 os << "(" << static_cast<uint32_t>(class_ref.dex_profile_index) in DumpInfo()
1920 CHECK_LE(class_ref.dex_profile_index, dex_references.size()); in operator ==()
1921 CHECK_LE(other_class_ref.dex_profile_index, other.dex_references.size()); in operator ==()
1922 const DexReference& dex_ref = dex_references[class_ref.dex_profile_index]; in operator ==()
1923 const DexReference& other_dex_ref = other.dex_references[other_class_ref.dex_profile_index]; in operator ==()
1985 const DexReference& dex_ref = dex_references[class_ref.dex_profile_index]; in operator ==()