Home | History | Annotate | Download | only in interp

Lines Matching refs:testVal

999 s4 dvmInterpHandlePackedSwitch(const u2* switchData, s4 testVal)
1024 int index = testVal - firstKey;
1027 testVal, firstKey, firstKey+size-1);
1039 testVal, index,
1050 s4 dvmInterpHandleSparseSwitch(const u2* switchData, s4 testVal)
1098 if (testVal < foundVal) {
1100 } else if (testVal > foundVal) {
1104 testVal, mid, s4FromSwitchData(&entries[mid]));
1109 LOGVV("Value %d not found in switch", testVal);