HomeSort by relevance Sort by last modified time
    Searched defs:switchCount (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/analysis/
VerifySubs.c 183 u4 switchCount, tableSize;
212 switchCount = switchInsns[1];
222 offsetToTargets = 2 + 2*switchCount;
225 tableSize = offsetToTargets + switchCount*2;
244 if (offsetToKeys > 0 && switchCount > 1) {
249 for (targ = 1; targ < switchCount; targ++) {
264 for (targ = 0; targ < switchCount; targ++) {
CodeVerify.c     [all...]

Completed in 23 milliseconds