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