Home | History | Annotate | Download | only in verifier

Lines Matching refs:table_size

1343   uint32_t table_size = 4 + (value_width * value_count + 1) / 2;
1345 if (cur_offset + array_data_offset + table_size > insn_count) {
1348 << cur_offset + array_data_offset + table_size
1468 uint32_t table_size = targets_offset + switch_count * 2;
1476 if (cur_offset + switch_offset + table_size > (uint32_t) insn_count) {
1479 << ", end " << (cur_offset + switch_offset + table_size)