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

/art/runtime/
H A Ddex_file_verifier.h77 bool CheckIntraDataSection(size_t offset, uint32_t count, uint16_t type);
H A Ddex_file_verifier.cc1323 bool DexFileVerifier::CheckIntraDataSection(size_t offset, uint32_t count, uint16_t type) { function in class:art::DexFileVerifier
1416 if (!CheckIntraDataSection(section_offset, section_count, type)) {

Completed in 883 milliseconds