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

/art/runtime/verifier/
H A Dmethod_verifier.cc1006 int32_t keys_offset, targets_offset; local
1011 keys_offset = -1;
1015 keys_offset = 2;
1035 if (keys_offset > 0 && switch_count > 1) {
1036 int32_t last_key = switch_insns[keys_offset] | (switch_insns[keys_offset + 1] << 16);
1038 int32_t key = (int32_t) switch_insns[keys_offset + targ * 2] |
1039 (int32_t) (switch_insns[keys_offset + targ * 2 + 1] << 16);

Completed in 49 milliseconds