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

  /dalvik/vm/analysis/
DexVerify.cpp 607 const u2* switchInsns;
628 switchInsns = insns + offsetToSwitch;
631 if ((((u4) switchInsns) & 0x03) != 0) {
637 switchCount = switchInsns[1];
652 if (switchInsns[0] != expectedSignature) {
654 switchInsns[0], expectedSignature);
671 lastKey = switchInsns[offsetToKeys] |
672 (switchInsns[offsetToKeys+1] << 16);
674 s4 key = (s4) switchInsns[offsetToKeys + targ*2] |
675 (s4) (switchInsns[offsetToKeys + targ*2 +1] << 16)
    [all...]
CodeVerify.cpp     [all...]

Completed in 28 milliseconds