Searched refs:MaxProfileIndex (Results 1 – 6 of 6) sorted by relevance
299 static constexpr ProfileIndexType MaxProfileIndex() { in MaxProfileIndex() function309 return (data != nullptr) ? data->profile_index : MaxProfileIndex();318 return (data != nullptr) ? data->profile_index : MaxProfileIndex();
1018 DCHECK_LE(info_.size(), MaxProfileIndex()); in Save()1196 DCHECK_LE(profile_key_map_.size(), MaxProfileIndex()); in GetOrAddDexFileData()1197 if (profile_key_map_.size() == MaxProfileIndex()) { in GetOrAddDexFileData()1586 if (num_dex_files >= MaxProfileIndex()) { in ReadDexFilesSection()1613 dex_profile_index_remap->push_back(MaxProfileIndex()); in ReadDexFilesSection()1618 if (UNLIKELY(profile_key_map_.size() == MaxProfileIndex()) && in ReadDexFilesSection()1710 if (profile_index == MaxProfileIndex()) { in ReadClassesSection()1746 if (profile_index == MaxProfileIndex()) { in ReadMethodsSection()
421 if (profile_index == ProfileCompilationInfo::MaxProfileIndex()) { in ShouldCompileBasedOnProfile()429 ProfileCompilationInfo::MaxProfileIndex()); in ShouldCompileBasedOnProfile()602 ProfileCompilationInfo::MaxProfileIndex(); in ResolveConstStrings()605 if (profile_index == ProfileCompilationInfo::MaxProfileIndex()) { in ResolveConstStrings()622 DCHECK_NE(profile_index, ProfileCompilationInfo::MaxProfileIndex()); in ResolveConstStrings()2579 : ProfileCompilationInfo::MaxProfileIndex(); in CompileDexFile()
669 if (profile_index == ProfileCompilationInfo::MaxProfileIndex()) { in UpdateProfile()727 if (profile_index != ProfileCompilationInfo::MaxProfileIndex()) { in UpdateProfile()
1058 profile_index_(ProfileCompilationInfo::MaxProfileIndex()), in LayoutCodeMethodVisitor()1069 DCHECK_EQ(profile_index_, ProfileCompilationInfo::MaxProfileIndex()); in StartClass()1112 if (profile_index_ != ProfileCompilationInfo::MaxProfileIndex()) { in VisitMethod()
1763 if (info.FindOrAddDexFile(*dex_file) == info.MaxProfileIndex()) { in CreateProfile()