Searched refs:CheckIntraDataSection (Results 1 – 2 of 2) sorted by relevance
129 bool CheckIntraDataSection(size_t offset, uint32_t count, DexFile::MapItemType type);
1842 bool DexFileVerifier::CheckIntraDataSection(size_t offset, in CheckIntraDataSection() function in art::DexFileVerifier1945 if (!CheckIntraDataSection(section_offset, section_count, type)) { in CheckIntraSection()