Searched refs:first_key (Results 1 - 3 of 3) sorted by relevance

/art/runtime/interpreter/
H A Dinterpreter_common.h423 int32_t first_key = keys[0]; local
426 int32_t index = test_val - first_key;
/art/runtime/
H A Ddex_instruction.h47 const int32_t first_key; variable
/art/runtime/verifier/
H A Dmethod_verifier.cc1546 int32_t first_key = switch_insns[keys_offset] | (switch_insns[keys_offset + 1] << 16); local
1549 if (first_key > max_first_key) {
1550 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid packed switch: first_key=" << first_key

Completed in 85 milliseconds