Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc275 uint32_t GetInflatedSize() const { in GetInflatedSize() function in art::ProfileCompilationInfo::FileSectionInfo
1166 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()