Searched refs:switchCount (Results 1 – 3 of 3) sorted by relevance
199 int switchCount, tableSize; in dvmCheckSwitchTargets() local227 switchCount = switchInsns[1]; in dvmCheckSwitchTargets()237 offsetToTargets = 2 + 2*switchCount; in dvmCheckSwitchTargets()240 tableSize = offsetToTargets + switchCount*2; in dvmCheckSwitchTargets()259 if (offsetToKeys > 0 && switchCount > 1) { in dvmCheckSwitchTargets()264 for (targ = 1; targ < switchCount; targ++) { in dvmCheckSwitchTargets()279 for (targ = 0; targ < switchCount; targ++) { in dvmCheckSwitchTargets()
1527 int switchCount = switchInsns[1];1536 offsetToTargets = 2 + 2*switchCount;1540 for (targ = 0; targ < switchCount; targ++) {
5222 int switchCount = switchInsns[1]; in verifyInstruction() local5231 offsetToTargets = 2 + 2*switchCount; in verifyInstruction()5235 for (targ = 0; targ < switchCount; targ++) { in verifyInstruction()