Home
last modified time | relevance | path

Searched refs:CheckPadding (Results 1 – 1 of 1) sorted by relevance

/art/libdexfile/dex/
Ddex_file_verifier.cc293 bool CheckPadding(uint32_t aligned_offset, DexFile::MapItemType type);
998 bool DexFileVerifier::CheckPadding(uint32_t aligned_offset, in CheckPadding() function in art::dex::DexFileVerifier
2157 if (!CheckPadding(aligned_offset, kType)) { in CheckIntraSectionIterate()
2413 if (!CheckPadding(section_offset, type)) { in CheckIntraSection()