Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.h128 bool CheckIntraIdSection(size_t offset, uint32_t count, DexFile::MapItemType type);
Ddex_file_verifier.cc1792 bool DexFileVerifier::CheckIntraIdSection(size_t offset, in CheckIntraIdSection() function in art::DexFileVerifier
1912 if (!CheckIntraIdSection(section_offset, section_count, type)) { in CheckIntraSection()