Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h900 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data)); in DoPackedSwitch() local
912 int32_t index = test_val - first_key; in DoPackedSwitch()
928 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data)); in DoSparseSwitch() local
944 if (test_val < foundVal) { in DoSparseSwitch()
946 } else if (test_val > foundVal) { in DoSparseSwitch()