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

  /dalvik/vm/analysis/
VerifySubs.c 199 const u2* switchInsns;
219 switchInsns = insns + offsetToSwitch;
222 if ((((u4) switchInsns) & 0x03) != 0) {
229 switchCount = switchInsns[1];
244 if (switchInsns[0] != expectedSignature) {
247 switchInsns[0], expectedSignature);
264 lastKey = switchInsns[offsetToKeys] |
265 (switchInsns[offsetToKeys+1] << 16);
267 s4 key = (s4) switchInsns[offsetToKeys + targ*2] |
268 (s4) (switchInsns[offsetToKeys + targ*2 +1] << 16)
    [all...]
CodeVerify.c     [all...]

Completed in 57 milliseconds