Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc980 constexpr uint32_t kMaxNumberOfSections = enum_cast<uint32_t>(FileSectionType::kNumberOfSections); in Save() local
982 sizeof(FileHeader) + kMaxNumberOfSections * sizeof(FileSectionInfo); in Save()
990 std::array<FileSectionInfo, kMaxNumberOfSections> section_infos; in Save()