Searched defs:section_count (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file_verifier.cc1327 bool DexFileVerifier::CheckIntraSectionIterate(size_t offset, uint32_t section_count, argument
1345 for (uint32_t i = 0; i < section_count; i++) {
1565 uint32_t section_count = item->size_; local
1579 if (UNLIKELY(section_count != 1)) {
1596 if (!CheckIntraIdSection(section_offset, section_count, type)) {
1602 if (UNLIKELY(section_count != 1)) {
1624 if (!CheckIntraDataSection(section_offset, section_count, type)) {
2337 uint32_t section_count = item->size_; local
2360 if (!CheckInterSectionIterate(section_offset, section_count, type)) {

Completed in 107 milliseconds