Searched refs:CheckPadding (Results 1 – 2 of 2) sorted by relevance
100 bool CheckPadding(size_t offset, uint32_t aligned_offset, DexFile::MapItemType type);
704 bool DexFileVerifier::CheckPadding(size_t offset, in CheckPadding() function in art::DexFileVerifier1757 if (!CheckPadding(offset, aligned_offset, kType)) { in CheckIntraSectionIterate()2008 if (!CheckPadding(offset, section_offset, type)) { in CheckIntraSection()