Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h509 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data)); in DoPackedSwitch() local
521 int32_t index = test_val - first_key; in DoPackedSwitch()
537 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data)); in DoSparseSwitch() local
553 if (test_val < foundVal) { in DoSparseSwitch()
555 } else if (test_val > foundVal) { in DoSparseSwitch()