Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.h152 bool CheckInterSectionIterate(size_t offset, uint32_t count, DexFile::MapItemType type);
Ddex_file_verifier.cc2670 bool DexFileVerifier::CheckInterSectionIterate(size_t offset, in CheckInterSectionIterate() function in art::DexFileVerifier
2839 if (!CheckInterSectionIterate(section_offset, section_count, type)) { in CheckInterSection()