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

  /dalvik/vm/analysis/
VerifySubs.c 181 const u2* switchInsns;
202 switchInsns = insns + offsetToSwitch;
205 if ((((u4) switchInsns) & 0x03) != 0) {
212 switchCount = switchInsns[1];
227 if (switchInsns[0] != expectedSignature) {
230 switchInsns[0], expectedSignature);
247 lastKey = switchInsns[offsetToKeys] |
248 (switchInsns[offsetToKeys+1] << 16);
250 s4 key = (s4) switchInsns[offsetToKeys + targ*2] |
251 (s4) (switchInsns[offsetToKeys + targ*2 +1] << 16)
    [all...]
CodeVerify.c     [all...]

Completed in 21 milliseconds