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

/art/runtime/verifier/
H A Dmethod_verifier.cc1020 for (uint32_t targ = 1; targ < switch_count; targ++) {
1021 int32_t key = (int32_t) switch_insns[keys_offset + targ * 2] |
1022 (int32_t) (switch_insns[keys_offset + targ * 2 + 1] << 16);
1032 for (uint32_t targ = 0; targ < switch_count; targ++) {
1033 int32_t offset = (int32_t) switch_insns[targets_offset + targ * 2] |
1034 (int32_t) (switch_insns[targets_offset + targ *
2765 int offset_to_targets, targ; local
[all...]

Completed in 13 milliseconds