Searched defs:CheckListSize (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file_verifier.cc173 bool DexFileVerifier::CheckListSize(const void* start, size_t count, size_t elem_size, function in class:art::DexFileVerifier
206 if (!CheckListSize(*ptr, 1, 4U, label)) {
212 if (!CheckListSize(*ptr + 4, count, element_size, label)) {
291 if (!CheckListSize(map, 1, sizeof(DexFile::MapList), "maplist content")) {
304 if (!CheckListSize(item, count, sizeof(DexFile::MapItem), "map size")) {
391 if (LIKELY(CheckListSize(ptr_, size, sizeof(byte), "encoded_value"))) {
506 if (!CheckListSize(begin_ + offset, aligned_offset - offset, sizeof(byte), "section")) {
522 if (!CheckListSize(ptr_, 1, sizeof(byte), "encoded_value header")) {
717 if (!CheckListSize(code_item, 1, sizeof(DexFile::CodeItem), "code")) {
742 if (!CheckListSize(insn
[all...]

Completed in 5 milliseconds