Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc293 DCHECK_LE(file_section_count, kMaxFileSectionCount); in FileHeader()
302 file_section_count_ <= kMaxFileSectionCount; in IsValid()
321 static const uint32_t kMaxFileSectionCount; member in art::ProfileCompilationInfo::FileHeader
328 const uint32_t ProfileCompilationInfo::FileHeader::kMaxFileSectionCount = member in art::ProfileCompilationInfo::FileHeader
346 DCHECK_GT(file_section_count_, kMaxFileSectionCount); in InvalidHeaderMessage()