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

/art/runtime/verifier/
H A Dmethod_verifier.cc1037 for (uint32_t targ = 1; targ < switch_count; targ++) {
1038 int32_t key = (int32_t) switch_insns[keys_offset + targ * 2] |
1039 (int32_t) (switch_insns[keys_offset + targ * 2 + 1] << 16);
1049 for (uint32_t targ = 0; targ < switch_count; targ++) {
1050 int32_t offset = (int32_t) switch_insns[targets_offset + targ * 2] |
1051 (int32_t) (switch_insns[targets_offset + targ *
2800 int offset_to_targets, targ; local
[all...]

Completed in 25 milliseconds