Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc335 bool CheckIntraSectionIterate(uint32_t count);
2136 bool DexFileVerifier::CheckIntraSectionIterate(uint32_t section_count) { in CheckIntraSectionIterate() function in art::dex::DexFileVerifier
2355 return CheckIntraSectionIterate<kType>(count); in CheckIntraIdSection()
2369 if (!CheckIntraSectionIterate<kType>(count)) { in CheckIntraDataSection()
2462 if (!CheckIntraSectionIterate<type>(section_count)) { \ in CheckIntraSection()