Searched refs:CheckIntraSectionIterate (Results 1 – 2 of 2) sorted by relevance
75 bool CheckIntraSectionIterate(size_t offset, uint32_t count, uint16_t type);
1124 bool DexFileVerifier::CheckIntraSectionIterate(size_t offset, uint32_t section_count, in CheckIntraSectionIterate() function in art::DexFileVerifier1320 return CheckIntraSectionIterate(offset, count, type); in CheckIntraIdSection()1333 if (!CheckIntraSectionIterate(offset, count, type)) { in CheckIntraDataSection()