Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc209 enum class ProfileCompilationInfo::FileSectionType : uint32_t { enum in art::ProfileCompilationInfo
244 FileSectionInfo(FileSectionType type, in FileSectionInfo()
259 FileSectionType GetType() const { in GetType()
280 FileSectionType type_;
1059 constexpr uint32_t kMaxNumberOfSections = enum_cast<uint32_t>(FileSectionType::kNumberOfSections); in Save()
1072 auto add_section_info = [&](FileSectionType type, uint32_t file_size, uint32_t inflated_size) { in Save()
1095 add_section_info(FileSectionType::kDexFiles, dex_files_section_size, /*inflated_size=*/ 0u); in Save()
1113 FileSectionType::kExtraDescriptors, buffer.Size(), extra_descriptors_section_size); in Save()
1128 add_section_info(FileSectionType::kClasses, buffer.Size(), classes_section_size); in Save()
1143 add_section_info(FileSectionType::kMethods, buffer.Size(), methods_section_size); in Save()
[all …]
Dprofile_compilation_info.h709 enum class FileSectionType : uint32_t;