Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h945 ProfileIndexType MaxProfileIndex() const;
Dprofile_compilation_info.cc403 DCHECK_LE(info_.size(), MaxProfileIndex()); in Save()
613 if (profile_key_map_.size() > MaxProfileIndex()) { in GetOrAddDexFileData()
2276 ProfileCompilationInfo::ProfileIndexType ProfileCompilationInfo::MaxProfileIndex() const { in MaxProfileIndex() function in art::ProfileCompilationInfo