Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc255 inflated_size_(inflated_size) {} in FileSectionInfo()
276 return inflated_size_; in GetInflatedSize()
280 return inflated_size_ != 0u ? inflated_size_ : file_size_; in GetMemSize()
287 uint32_t inflated_size_; // If 0, do not inflate and use data from file directly. member in art::ProfileCompilationInfo::FileSectionInfo