Home
last modified time | relevance | path

Searched refs:switchCount (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/analysis/
DVerifySubs.c199 int switchCount, tableSize; in dvmCheckSwitchTargets() local
227 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()
DRegisterMap.c1527 int switchCount = switchInsns[1];
1536 offsetToTargets = 2 + 2*switchCount;
1540 for (targ = 0; targ < switchCount; targ++) {
DCodeVerify.c5222 int switchCount = switchInsns[1]; in verifyInstruction() local
5231 offsetToTargets = 2 + 2*switchCount; in verifyInstruction()
5235 for (targ = 0; targ < switchCount; targ++) { in verifyInstruction()