Home | History | Annotate | Download | only in verifier

Lines Matching full:targets_offset

1006   int32_t keys_offset, targets_offset;
1010 targets_offset = 4;
1016 targets_offset = 2 + 2 * switch_count;
1019 uint32_t table_size = targets_offset + switch_count * 2;
1050 int32_t offset = (int32_t) switch_insns[targets_offset + targ * 2] |
1051 (int32_t) (switch_insns[targets_offset + targ * 2 + 1] << 16);