Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.h136 bool CheckIntraDataSection(size_t offset, uint32_t count);
Ddex_file_verifier.cc1967 bool DexFileVerifier::CheckIntraDataSection(size_t offset, uint32_t count) { in CheckIntraDataSection() function in art::DexFileVerifier
2074 if (!CheckIntraDataSection<type>(section_offset, section_count)) { \ in CheckIntraSection()