Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Ddex_file_verifier.cc536 if (!CheckListSize(*ptr, 1, 4U, label)) { in CheckList()
542 if (!CheckListSize(*ptr + 4, count, element_size, label)) { in CheckList()
671 if (!CheckListSize(item, count, sizeof(dex::MapItem), "map size")) { in CheckMap()
1228 if (!CheckListSize(ptr_, 1, sizeof(dex::TypeId), "type_ids")) { in CheckIntraTypeIdItem()
1244 if (!CheckListSize(ptr_, 1, sizeof(dex::ProtoId), "proto_ids")) { in CheckIntraProtoIdItem()
1261 if (!CheckListSize(ptr_, 1, sizeof(dex::FieldId), "field_ids")) { in CheckIntraFieldIdItem()
1277 if (!CheckListSize(ptr_, 1, sizeof(dex::MethodId), "method_ids")) { in CheckIntraMethodIdItem()
1293 if (!CheckListSize(ptr_, 1, sizeof(dex::ClassDef), "class_defs")) { in CheckIntraClassDefItem()
1531 if (!CheckListSize(code_item, 1, sizeof(dex::CodeItem), "code")) { in CheckIntraCodeItem()
1966 if (!CheckListSize(field_item, in CheckIntraAnnotationsDirectoryItem()
[all …]