Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dnterp.cc716 int32_t foundVal = keys[mid]; in NterpDoSparseSwitch() local
717 if (testVal < foundVal) { in NterpDoSparseSwitch()
719 } else if (testVal > foundVal) { in NterpDoSparseSwitch()
/art/runtime/interpreter/
Dinterpreter_common.h736 int32_t foundVal = keys[mid]; in DoSparseSwitch() local
737 if (test_val < foundVal) { in DoSparseSwitch()
739 } else if (test_val > foundVal) { in DoSparseSwitch()