Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc200 enum class ProfileCompilationInfo::FileSectionType : uint32_t { enum in art::ProfileCompilationInfo
231 FileSectionInfo(FileSectionType type, in FileSectionInfo()
246 FileSectionType GetType() const { in GetType()
267 FileSectionType type_;
975 constexpr uint32_t kMaxNumberOfSections = enum_cast<uint32_t>(FileSectionType::kNumberOfSections); in Save()
988 auto add_section_info = [&](FileSectionType type, uint32_t file_size, uint32_t inflated_size) { in Save()
1011 add_section_info(FileSectionType::kDexFiles, dex_files_section_size, /*inflated_size=*/ 0u); in Save()
1029 FileSectionType::kExtraDescriptors, buffer.Size(), extra_descriptors_section_size); in Save()
1044 add_section_info(FileSectionType::kClasses, buffer.Size(), classes_section_size); in Save()
1059 add_section_info(FileSectionType::kMethods, buffer.Size(), methods_section_size); in Save()
[all …]
Dprofile_compilation_info.h656 enum class FileSectionType : uint32_t;