Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h304 int32_t first_key = keys[0]; in DoPackedSwitch() local
307 int32_t index = test_val - first_key; in DoPackedSwitch()
/art/runtime/
Ddex_instruction.h47 const int32_t first_key; member
/art/compiler/dex/
Dmir_graph.cc524 int first_key; in ProcessCanSwitch() local
539 first_key = switch_data[2] | (switch_data[3] << 16); in ProcessCanSwitch()
557 first_key = 0; // To make the compiler happy. in ProcessCanSwitch()
579 first_key + i : keyTable[i]; in ProcessCanSwitch()