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

/art/runtime/verifier/
H A Dmethod_verifier.cc989 int32_t keys_offset, targets_offset; local
994 keys_offset = -1;
998 keys_offset = 2;
1018 if (keys_offset > 0 && switch_count > 1) {
1019 int32_t last_key = switch_insns[keys_offset] | (switch_insns[keys_offset + 1] << 16);
1021 int32_t key = (int32_t) switch_insns[keys_offset + targ * 2] |
1022 (int32_t) (switch_insns[keys_offset + targ * 2 + 1] << 16);

Completed in 14 milliseconds