Searched refs:CheckIntraIdSection (Results 1 – 2 of 2) sorted by relevance
63 bool CheckIntraIdSection(uint32_t offset, uint32_t count, uint16_t type);
1144 bool DexFileVerifier::CheckIntraIdSection(uint32_t offset, uint32_t count, uint16_t type) { in CheckIntraIdSection() function in art::DexFileVerifier1257 if (!CheckIntraIdSection(section_offset, section_count, type)) { in CheckIntraSection()