Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dmterp.cc100 int32_t foundVal = keys[mid]; in MterpDoSparseSwitch() local
101 if (testVal < foundVal) { in MterpDoSparseSwitch()
103 } else if (testVal > foundVal) { in MterpDoSparseSwitch()
/art/runtime/interpreter/
Dinterpreter_common.h893 int32_t foundVal = keys[mid]; in DoSparseSwitch() local
894 if (test_val < foundVal) { in DoSparseSwitch()
896 } else if (test_val > foundVal) { in DoSparseSwitch()