Searched refs:CheckList (Results 1 – 2 of 2) sorted by relevance
/art/libdexfile/dex/ |
D | dex_file_verifier.h | 64 bool CheckList(size_t element_size, const char* label, const uint8_t* *ptr);
|
D | dex_file_verifier.cc | 308 bool DexFileVerifier::CheckList(size_t element_size, const char* label, const uint8_t* *ptr) { in CheckList() function in art::DexFileVerifier 1702 if (!CheckList(sizeof(DexFile::TypeItem), "type_list", &ptr_)) { in CheckIntraSectionIterate() 1708 if (!CheckList(sizeof(DexFile::AnnotationSetRefItem), "annotation_set_ref_list", &ptr_)) { in CheckIntraSectionIterate() 1714 if (!CheckList(sizeof(uint32_t), "annotation_set_item", &ptr_)) { in CheckIntraSectionIterate()
|