Searched refs:CheckIntraDataSection (Results 1 – 2 of 2) sorted by relevance
64 bool CheckIntraDataSection(uint32_t offset, uint32_t count, uint16_t type);
1192 bool DexFileVerifier::CheckIntraDataSection(uint32_t offset, uint32_t count, uint16_t type) { in CheckIntraDataSection() function in art::DexFileVerifier1285 if (!CheckIntraDataSection(section_offset, section_count, type)) { in CheckIntraSection()