Searched refs:CheckIntraSectionIterate (Results 1 – 1 of 1) sorted by relevance
311 bool CheckIntraSectionIterate(size_t offset, uint32_t count);2047 bool DexFileVerifier::CheckIntraSectionIterate(size_t offset, uint32_t section_count) { in CheckIntraSectionIterate() function in art::dex::DexFileVerifier2268 return CheckIntraSectionIterate<kType>(offset, count); in CheckIntraIdSection()2282 if (!CheckIntraSectionIterate<kType>(offset, count)) { in CheckIntraDataSection()2379 if (!CheckIntraSectionIterate<type>(section_offset, section_count)) { \ in CheckIntraSection()