Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1074 size_t section_index = 0u; in Save() local
1077 DCHECK_LT(section_index, section_infos.size()); in Save()
1078 section_infos[section_index] = FileSectionInfo(type, file_offset, file_size, inflated_size); in Save()
1080 section_index += 1u; in Save()
1160 SafeBuffer section_infos_buffer(section_index * 4u * sizeof(uint32_t)); in Save()
1161 for (size_t i = 0; i != section_index; ++i) { in Save()
1174 FileHeader header(version_, section_index); in Save()