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

/art/runtime/verifier/
H A Dmethod_verifier.cc989 int32_t keys_offset, targets_offset; local
993 targets_offset = 4;
999 targets_offset = 2 + 2 * switch_count;
1002 uint32_t table_size = targets_offset + switch_count * 2;
1033 int32_t offset = (int32_t) switch_insns[targets_offset + targ * 2] |
1034 (int32_t) (switch_insns[targets_offset + targ * 2 + 1] << 16);

Completed in 17 milliseconds