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

/art/runtime/
H A Ddex_file_verifier.cc1097 bool DexFileVerifier::CheckIntraSectionIterate(size_t offset, uint32_t section_count, argument
1115 for (uint32_t i = 0; i < section_count; i++) {
1330 uint32_t section_count = item->size_; local
1344 if (UNLIKELY(section_count != 1)) {
1361 if (!CheckIntraIdSection(section_offset, section_count, type)) {
1367 if (UNLIKELY(section_count != 1)) {
1389 if (!CheckIntraDataSection(section_offset, section_count, type)) {
2043 uint32_t section_count = item->size_; local
2066 if (!CheckInterSectionIterate(section_offset, section_count, type)) {

Completed in 7 milliseconds