Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc213 enum class ProfileCompilationInfo::FileSectionType : uint32_t { enum in art::ProfileCompilationInfo
248 FileSectionInfo(FileSectionType type, in FileSectionInfo()
263 FileSectionType GetType() const { in GetType()
284 FileSectionType type_;
1063 constexpr uint32_t kMaxNumberOfSections = enum_cast<uint32_t>(FileSectionType::kNumberOfSections); in Save()
1076 auto add_section_info = [&](FileSectionType type, uint32_t file_size, uint32_t inflated_size) { in Save()
1099 add_section_info(FileSectionType::kDexFiles, dex_files_section_size, /*inflated_size=*/ 0u); in Save()
1117 FileSectionType::kExtraDescriptors, buffer.Size(), extra_descriptors_section_size); in Save()
1132 add_section_info(FileSectionType::kClasses, buffer.Size(), classes_section_size); in Save()
1147 add_section_info(FileSectionType::kMethods, buffer.Size(), methods_section_size); in Save()
[all …]
Dprofile_compilation_info.h703 enum class FileSectionType : uint32_t;