Searched refs:CheckIntraIdSection (Results 1 – 1 of 1) sorted by relevance
313 bool CheckIntraIdSection(size_t offset, uint32_t count);2223 bool DexFileVerifier::CheckIntraIdSection(size_t offset, uint32_t count) { in CheckIntraIdSection() function in art::dex::DexFileVerifier2350 if (!CheckIntraIdSection<type>(section_offset, section_count)) { \ in CheckIntraSection()