Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h909 int32_t first_key = keys[0]; in DoPackedSwitch() local
912 int32_t index = test_val - first_key; in DoPackedSwitch()
/art/libdexfile/dex/
Ddex_instruction.h48 const int32_t first_key; member
/art/runtime/verifier/
Dmethod_verifier.cc1547 int32_t first_key = switch_insns[keys_offset] | (switch_insns[keys_offset + 1] << 16); in CheckSwitchTargets() local
1550 if (UNLIKELY(first_key > max_first_key)) { in CheckSwitchTargets()
1551 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid packed switch: first_key=" << first_key in CheckSwitchTargets()