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