Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h288 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data)); in DoPackedSwitch() local
297 int32_t index = test_val - first_key; in DoPackedSwitch()
313 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data)); in DoSparseSwitch() local
326 if (test_val < foundVal) { in DoSparseSwitch()
328 } else if (test_val > foundVal) { in DoSparseSwitch()