Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc281 bool CheckPadding(size_t offset, uint32_t aligned_offset, DexFile::MapItemType type);
924 bool DexFileVerifier::CheckPadding(size_t offset, in CheckPadding() function in art::dex::DexFileVerifier
2064 if (!CheckPadding(offset, aligned_offset, kType)) { in CheckIntraSectionIterate()
2318 if (!CheckPadding(offset, section_offset, type)) { in CheckIntraSection()