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

/art/runtime/interpreter/
H A Dinterpreter_common.h457 int32_t foundVal = keys[mid]; local
458 if (test_val < foundVal) {
460 } else if (test_val > foundVal) {
/art/runtime/interpreter/mterp/
H A Dmterp.cc101 int32_t foundVal = keys[mid]; local
102 if (testVal < foundVal) {
104 } else if (testVal > foundVal) {

Completed in 7 milliseconds