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

/art/runtime/
H A Ddex_file_verifier.h62 bool CheckIntraSectionIterate(uint32_t offset, uint32_t count, uint16_t type);
H A Ddex_file_verifier.cc973 bool DexFileVerifier::CheckIntraSectionIterate(uint32_t offset, uint32_t count, uint16_t type) { function in class:art::DexFileVerifier
1189 return CheckIntraSectionIterate(offset, count, type);
1202 if (!CheckIntraSectionIterate(offset, count, type)) {

Completed in 73 milliseconds