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.cc1018 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()
/art/dex2oat/driver/
Dcompiler_driver.cc421 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()
/art/runtime/jit/
Dprofile_saver.cc669 if (profile_index == ProfileCompilationInfo::MaxProfileIndex()) { in UpdateProfile()
727 if (profile_index != ProfileCompilationInfo::MaxProfileIndex()) { in UpdateProfile()
/art/dex2oat/linker/
Doat_writer.cc1058 profile_index_(ProfileCompilationInfo::MaxProfileIndex()), in LayoutCodeMethodVisitor()
1069 DCHECK_EQ(profile_index_, ProfileCompilationInfo::MaxProfileIndex()); in StartClass()
1112 if (profile_index_ != ProfileCompilationInfo::MaxProfileIndex()) { in VisitMethod()
/art/profman/
Dprofman.cc1763 if (info.FindOrAddDexFile(*dex_file) == info.MaxProfileIndex()) { in CreateProfile()