Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc311 bool CheckIntraSectionIterate(size_t offset, uint32_t count);
2043 bool DexFileVerifier::CheckIntraSectionIterate(size_t offset, uint32_t section_count) { in CheckIntraSectionIterate() function in art::dex::DexFileVerifier
2264 return CheckIntraSectionIterate<kType>(offset, count); in CheckIntraIdSection()
2278 if (!CheckIntraSectionIterate<kType>(offset, count)) { in CheckIntraDataSection()
2375 if (!CheckIntraSectionIterate<type>(section_offset, section_count)) { \ in CheckIntraSection()