Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h294 int32_t first_key = keys[0]; in DoPackedSwitch() local
297 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.cc474 int first_key; in ProcessCanSwitch() local
489 first_key = switch_data[2] | (switch_data[3] << 16); in ProcessCanSwitch()
507 first_key = 0; // To make the compiler happy. in ProcessCanSwitch()
528 first_key + i : keyTable[i]; in ProcessCanSwitch()
/art/compiler/dex/portable/
Dmir_to_gbc.cc158 sw->addCase(irb_->getInt32(payload->first_key + i), llvm_bb); in ConvertPackedSwitch()