Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dmterp.cc101 int32_t foundVal = keys[mid]; in MterpDoSparseSwitch() local
102 if (testVal < foundVal) { in MterpDoSparseSwitch()
104 } else if (testVal > foundVal) { in MterpDoSparseSwitch()
/art/runtime/interpreter/
Dinterpreter_common.h943 int32_t foundVal = keys[mid]; in DoSparseSwitch() local
944 if (test_val < foundVal) { in DoSparseSwitch()
946 } else if (test_val > foundVal) { in DoSparseSwitch()