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

/art/runtime/verifier/
H A Dmethod_verifier.cc2765 int offset_to_targets, targ; local
2769 offset_to_targets = 4;
2773 offset_to_targets = 2 + 2 * switch_count;
2782 offset = switch_insns[offset_to_targets + targ * 2] |
2783 (((int32_t) switch_insns[offset_to_targets + targ * 2 + 1]) << 16);

Completed in 13 milliseconds