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

  /dalvik/vm/analysis/
VerifySubs.c 184 s4 offsetToSwitch, offsetToKeys, offsetToTargets;
191 offsetToSwitch = insns[1] | ((s4) insns[2]) << 16;
192 if (curOffset + offsetToSwitch < 0 ||
193 curOffset + offsetToSwitch + 2 >= insnCount)
197 curOffset, offsetToSwitch, insnCount);
202 switchInsns = insns + offsetToSwitch;
208 curOffset, offsetToSwitch);
235 if (curOffset + offsetToSwitch + tableSize > (u4) insnCount) {
238 curOffset, offsetToSwitch, curOffset + offsetToSwitch + tableSize
    [all...]
CodeVerify.c     [all...]

Completed in 240 milliseconds