Searched refs:MaxProfileIndex (Results 1 – 2 of 2) sorted by relevance
945 ProfileIndexType MaxProfileIndex() const;
403 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