Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc313 bool CheckIntraIdSection(size_t offset, uint32_t count);
2219 bool DexFileVerifier::CheckIntraIdSection(size_t offset, uint32_t count) { in CheckIntraIdSection() function in art::dex::DexFileVerifier
2346 if (!CheckIntraIdSection<type>(section_offset, section_count)) { \ in CheckIntraSection()