Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.h75 bool CheckIntraSectionIterate(size_t offset, uint32_t count, uint16_t type);
Ddex_file_verifier.cc1124 bool DexFileVerifier::CheckIntraSectionIterate(size_t offset, uint32_t section_count, in CheckIntraSectionIterate() function in art::DexFileVerifier
1320 return CheckIntraSectionIterate(offset, count, type); in CheckIntraIdSection()
1333 if (!CheckIntraSectionIterate(offset, count, type)) { in CheckIntraDataSection()