Searched refs:CheckListSize (Results 1 – 1 of 1) sorted by relevance
/art/libdexfile/dex/ |
D | dex_file_verifier.cc | 229 bool CheckListSize(const void* start, size_t count, size_t element_size, const char* label); 259 if (!CheckListSize(ptr_, size, sizeof(uint8_t), "encoded_value")) { in ReadUnsignedLittleEndian() 541 bool DexFileVerifier::CheckListSize(const void* start, size_t count, size_t elem_size, in CheckListSize() function in art::dex::DexFileVerifier 566 if (!CheckListSize(*ptr, 1, 4U, label)) { in CheckList() 572 if (!CheckListSize(*ptr + 4, count, element_size, label)) { in CheckList() 739 if (!CheckListSize(map, 1, sizeof(dex::MapList), "maplist content")) { in CheckMap() 753 if (!CheckListSize(item, count, sizeof(dex::MapItem), "map size")) { in CheckMap() 1002 if (!CheckListSize(OffsetToPtr(offset), aligned_offset - offset, sizeof(uint8_t), "section")) { in CheckPadding() 1025 if (!CheckListSize(ptr_, 1, sizeof(uint8_t), "encoded_value header")) { in CheckEncodedValue() 1365 if (!CheckListSize(ptr_, 1, sizeof(dex::TypeId), "type_ids")) { in CheckIntraTypeIdItem() [all …]
|