Searched refs:CheckList (Results 1 – 1 of 1) sorted by relevance
/art/libdexfile/dex/ |
D | dex_file_verifier.cc | 232 bool CheckList(size_t element_size, const char* label, const uint8_t* *ptr); 564 bool DexFileVerifier::CheckList(size_t element_size, const char* label, const uint8_t* *ptr) { in CheckList() function in art::dex::DexFileVerifier 1509 if (!CheckList(sizeof(dex::TypeItem), "type_list", &ptr_)) { in CheckIntraTypeList() 2221 if (!CheckList(sizeof(dex::AnnotationSetRefItem), "annotation_set_ref_list", &ptr_)) { in CheckIntraSectionIterate() 2227 if (!CheckList(sizeof(uint32_t), "annotation_set_item", &ptr_)) { in CheckIntraSectionIterate()
|