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

  /dalvik/vm/analysis/
VerifySubs.c 184 s4 offsetToSwitch, offsetToKeys, offsetToTargets;
216 offsetToTargets = 4;
222 offsetToTargets = 2 + 2*switchCount;
225 tableSize = offsetToTargets + switchCount*2;
265 offset = (s4) switchInsns[offsetToTargets + targ*2] |
266 (s4) (switchInsns[offsetToTargets + targ*2 +1] << 16);
CodeVerify.c     [all...]

Completed in 23 milliseconds