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

/art/runtime/
H A Ddex_file_verifier.h98 bool CheckInterSectionIterate(size_t offset, uint32_t count, uint16_t type);
H A Ddex_file_verifier.cc1969 bool DexFileVerifier::CheckInterSectionIterate(size_t offset, uint32_t count, uint16_t type) { function in class:art::DexFileVerifier
2093 if (!CheckInterSectionIterate(section_offset, section_count, type)) {

Completed in 31 milliseconds