Home | History | Annotate | Download | only in runtime

Lines Matching defs:CheckList

204 bool DexFileVerifier::CheckList(size_t element_size, const char* label, const uint8_t* *ptr) {
1195 if (!CheckList(sizeof(DexFile::TypeItem), "type_list", &ptr_)) {
1201 if (!CheckList(sizeof(DexFile::AnnotationSetRefItem), "annotation_set_ref_list", &ptr_)) {
1207 if (!CheckList(sizeof(uint32_t), "annotation_set_item", &ptr_)) {