Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc988 auto add_section_info = [&](FileSectionType type, uint32_t file_size, uint32_t inflated_size) { in Save() local
1011 add_section_info(FileSectionType::kDexFiles, dex_files_section_size, /*inflated_size=*/ 0u); in Save()
1028 add_section_info( 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()