Home
last modified time | relevance | path

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

/art/libdexfile/dex/
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()
3254 uint32_t section_count = item->size_; in CheckInterSection() local
3282 if (!CheckInterSectionIterate(section_offset, section_count, type)) { in CheckInterSection()