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();
1022 DCHECK_LE(info_.size(), MaxProfileIndex()); in Save()1200 DCHECK_LE(profile_key_map_.size(), MaxProfileIndex()); in GetOrAddDexFileData()1201 if (profile_key_map_.size() == MaxProfileIndex()) { in GetOrAddDexFileData()1621 if (num_dex_files >= MaxProfileIndex()) { in ReadDexFilesSection()1648 dex_profile_index_remap->push_back(MaxProfileIndex()); in ReadDexFilesSection()1653 if (UNLIKELY(profile_key_map_.size() == MaxProfileIndex()) && in ReadDexFilesSection()1745 if (profile_index == MaxProfileIndex()) { in ReadClassesSection()1781 if (profile_index == MaxProfileIndex()) { in ReadMethodsSection()
420 if (profile_index == ProfileCompilationInfo::MaxProfileIndex()) { in ShouldCompileBasedOnProfile()428 ProfileCompilationInfo::MaxProfileIndex()); in ShouldCompileBasedOnProfile()613 ProfileCompilationInfo::MaxProfileIndex(); in ResolveConstStrings()616 if (profile_index == ProfileCompilationInfo::MaxProfileIndex()) { in ResolveConstStrings()633 DCHECK_NE(profile_index, ProfileCompilationInfo::MaxProfileIndex()); in ResolveConstStrings()2683 : ProfileCompilationInfo::MaxProfileIndex(); in CompileDexFile()
632 if (profile_index == ProfileCompilationInfo::MaxProfileIndex()) { in UpdateProfile()690 if (profile_index != ProfileCompilationInfo::MaxProfileIndex()) { in UpdateProfile()
1007 profile_index_(ProfileCompilationInfo::MaxProfileIndex()), in LayoutCodeMethodVisitor()1018 DCHECK_EQ(profile_index_, ProfileCompilationInfo::MaxProfileIndex()); in StartClass()1061 if (profile_index_ != ProfileCompilationInfo::MaxProfileIndex()) { in VisitMethod()
1788 if (info.FindOrAddDexFile(*dex_file) == info.MaxProfileIndex()) { in CreateProfile()