Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc1226 uint32_t section_count = item->size_; in CheckIntraSection() local
1240 if (section_count != 1) { in CheckIntraSection()
1257 if (!CheckIntraIdSection(section_offset, section_count, type)) { in CheckIntraSection()
1263 if (section_count != 1) { in CheckIntraSection()
1285 if (!CheckIntraDataSection(section_offset, section_count, type)) { in CheckIntraSection()
1882 uint32_t section_count = item->size_; in CheckInterSection() local
1905 if (!CheckInterSectionIterate(section_offset, section_count, type)) { in CheckInterSection()