Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h481 int32_t foundVal = keys[mid]; in DoSparseSwitch() local
482 if (test_val < foundVal) { in DoSparseSwitch()
484 } else if (test_val > foundVal) { in DoSparseSwitch()
/art/runtime/interpreter/mterp/
Dnterp.cc804 int32_t foundVal = keys[mid]; in NterpDoSparseSwitch() local
805 if (testVal < foundVal) { in NterpDoSparseSwitch()
807 } else if (testVal > foundVal) { in NterpDoSparseSwitch()