Searched refs:GetInflatedSize (Results 1 – 1 of 1) sorted by relevance
275 uint32_t GetInflatedSize() const { in GetInflatedSize() function in art::ProfileCompilationInfo::FileSectionInfo1166 section_infos_buffer.WriteUintAndAdvance(info.GetInflatedSize()); in Save()1594 if (section_info.GetInflatedSize() != 0u && in ReadSectionData()1595 !temp_buffer.Inflate(section_info.GetInflatedSize())) { in ReadSectionData()