Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc1616 bool DexFileVerifier::CheckIntraSectionIterate(size_t offset, uint32_t section_count, in CheckIntraSectionIterate() argument
1634 for (uint32_t i = 0; i < section_count; i++) { in CheckIntraSectionIterate()
1881 uint32_t section_count = item->size_; in CheckIntraSection() local
1895 if (UNLIKELY(section_count != 1)) { in CheckIntraSection()
1912 if (!CheckIntraIdSection(section_offset, section_count, type)) { in CheckIntraSection()
1918 if (UNLIKELY(section_count != 1)) { in CheckIntraSection()
1932 CheckIntraSectionIterate(section_offset, section_count, type); in CheckIntraSection()
1945 if (!CheckIntraDataSection(section_offset, section_count, type)) { in CheckIntraSection()
2812 uint32_t section_count = item->size_; in CheckInterSection() local
2839 if (!CheckInterSectionIterate(section_offset, section_count, type)) { in CheckInterSection()