Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Ddex_file_verifier.cc2043 bool DexFileVerifier::CheckIntraSectionIterate(size_t offset, uint32_t section_count) { in CheckIntraSectionIterate() argument
2060 for (uint32_t i = 0; i < section_count; i++) { in CheckIntraSectionIterate()
2314 uint32_t section_count = item->size_; in CheckIntraSection() local
2332 if (UNLIKELY(section_count != 1)) { in CheckIntraSection()
2346 if (!CheckIntraIdSection<type>(section_offset, section_count)) { \ in CheckIntraSection()
2360 if (UNLIKELY(section_count != 1)) { in CheckIntraSection()
2375 if (!CheckIntraSectionIterate<type>(section_offset, section_count)) { \ in CheckIntraSection()
2386 if (!CheckIntraDataSection<type>(section_offset, section_count)) { \ in CheckIntraSection()
3253 uint32_t section_count = item->size_; in CheckInterSection() local
3281 if (!CheckInterSectionIterate(section_offset, section_count, type)) { in CheckInterSection()
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.cc1712 uint32_t section_count = header.GetFileSectionCount(); in LoadInternal() local
1713 uint32_t uncompressed_data_size = sizeof(FileHeader) + section_count * sizeof(FileSectionInfo); in LoadInternal()
1721 dchecked_vector<FileSectionInfo> section_infos(section_count); in LoadInternal()
1723 section_infos.data(), section_count * sizeof(FileSectionInfo), "ReadSectionInfos", error); in LoadInternal()
1753 DCHECK_NE(section_count, 0u); // Checked by `header.IsValid()` above. in LoadInternal()
1769 for (uint32_t i = 1u; i != section_count; ++i) { in LoadInternal()
/aosp12/system/extras/f2fs_utils/
H A Df2fs_sparseblock.c56 D_DISP_u32(sb, section_count); in dbg_print_raw_sb_info()