HomeSort by relevance Sort by last modified time
    Searched refs:CheckListSize (Results 1 - 2 of 2) sorted by null

  /art/libdexfile/dex/
dex_file_verifier.cc 220 bool DexFileVerifier::CheckListSize(const void* start, size_t count, size_t elem_size,
253 if (!CheckListSize(*ptr, 1, 4U, label)) {
259 if (!CheckListSize(*ptr + 4, count, element_size, label)) {
390 if (!CheckListSize(map, 1, sizeof(dex::MapList), "maplist content")) {
404 if (!CheckListSize(item, count, sizeof(dex::MapItem), "map size")) {
499 if (LIKELY(CheckListSize(ptr_, size, sizeof(uint8_t), "encoded_value"))) {
708 if (!CheckListSize(begin_ + offset, aligned_offset - offset, sizeof(uint8_t), "section")) {
727 if (!CheckListSize(ptr_, 1, sizeof(uint8_t), "encoded_value header")) {
    [all...]
dex_file_verifier.h 67 bool CheckListSize(const void* start, size_t count, size_t element_size, const char* label);

Completed in 494 milliseconds