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

  /dalvik/vm/analysis/
DexVerify.cpp 609 u4 switchCount, tableSize;
637 switchCount = switchInsns[1];
647 offsetToTargets = 2 + 2*switchCount;
650 tableSize = offsetToTargets + switchCount*2;
668 if (offsetToKeys > 0 && switchCount > 1) {
673 for (targ = 1; targ < switchCount; targ++) {
687 for (targ = 0; targ < switchCount; targ++) {
    [all...]
VfyBasicBlock.cpp 201 u2 switchCount = dataPtr[1];
212 dataPtr += 2 + 2 * switchCount;
216 for (switchIdx = 0; switchIdx < switchCount; switchIdx++) {
CodeVerify.cpp     [all...]

Completed in 112 milliseconds