Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc221 bool CheckListSize(const void* start, size_t count, size_t element_size, const char* label);
249 if (LIKELY(CheckListSize(ptr_, size, sizeof(uint8_t), "encoded_value"))) { in ReadUnsignedLittleEndian()
511 bool DexFileVerifier::CheckListSize(const void* start, size_t count, size_t elem_size, in CheckListSize() function in art::dex::DexFileVerifier
536 if (!CheckListSize(*ptr, 1, 4U, label)) { in CheckList()
542 if (!CheckListSize(*ptr + 4, count, element_size, label)) { in CheckList()
657 if (!CheckListSize(map, 1, sizeof(dex::MapList), "maplist content")) { in CheckMap()
671 if (!CheckListSize(item, count, sizeof(dex::MapItem), "map size")) { in CheckMap()
928 if (!CheckListSize(begin_ + offset, aligned_offset - offset, sizeof(uint8_t), "section")) { in CheckPadding()
947 if (!CheckListSize(ptr_, 1, sizeof(uint8_t), "encoded_value header")) { in CheckEncodedValue()
1228 if (!CheckListSize(ptr_, 1, sizeof(dex::TypeId), "type_ids")) { in CheckIntraTypeIdItem()
[all …]