Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h299 static constexpr ProfileIndexType MaxProfileIndex() { in MaxProfileIndex() function
309 return (data != nullptr) ? data->profile_index : MaxProfileIndex();
318 return (data != nullptr) ? data->profile_index : MaxProfileIndex();
Dprofile_compilation_info.cc1022 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()
/art/dex2oat/driver/
Dcompiler_driver.cc420 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()
/art/runtime/jit/
Dprofile_saver.cc632 if (profile_index == ProfileCompilationInfo::MaxProfileIndex()) { in UpdateProfile()
690 if (profile_index != ProfileCompilationInfo::MaxProfileIndex()) { in UpdateProfile()
/art/dex2oat/linker/
Doat_writer.cc1007 profile_index_(ProfileCompilationInfo::MaxProfileIndex()), in LayoutCodeMethodVisitor()
1018 DCHECK_EQ(profile_index_, ProfileCompilationInfo::MaxProfileIndex()); in StartClass()
1061 if (profile_index_ != ProfileCompilationInfo::MaxProfileIndex()) { in VisitMethod()
/art/profman/
Dprofman.cc1788 if (info.FindOrAddDexFile(*dex_file) == info.MaxProfileIndex()) { in CreateProfile()