Home
last modified time | relevance | path

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

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