Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.h129 bool CheckIntraDataSection(size_t offset, uint32_t count, DexFile::MapItemType type);
Ddex_file_verifier.cc1842 bool DexFileVerifier::CheckIntraDataSection(size_t offset, in CheckIntraDataSection() function in art::DexFileVerifier
1945 if (!CheckIntraDataSection(section_offset, section_count, type)) { in CheckIntraSection()