Searched refs:CheckInterSectionIterate (Results 1 – 1 of 1) sorted by relevance
336 bool CheckInterSectionIterate(size_t offset, uint32_t count, DexFile::MapItemType type);3107 bool DexFileVerifier::CheckInterSectionIterate(size_t offset, in CheckInterSectionIterate() function in art::dex::DexFileVerifier3281 if (!CheckInterSectionIterate(section_offset, section_count, type)) { in CheckInterSection()