Searched defs:offsetToSwitch (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/analysis/
H A DDexVerify.cpp610 s4 offsetToSwitch, offsetToKeys, offsetToTargets; local
617 offsetToSwitch = insns[1] | ((s4) insns[2]) << 16;
618 if ((s4) curOffset + offsetToSwitch < 0 ||
619 curOffset + offsetToSwitch + 2 >= insnCount)
623 curOffset, offsetToSwitch, insnCount);
628 switchInsns = insns + offsetToSwitch;
633 curOffset, offsetToSwitch);
659 if (curOffset + offsetToSwitch + tableSize > (u4) insnCount) {
662 curOffset, offsetToSwitch, curOffset + offsetToSwitch
[all...]
H A DCodeVerify.cpp5937 int offsetToSwitch = insns[1] | (((s4)insns[2]) << 16); local
5938 const u2* switchInsns = insns + offsetToSwitch;

Completed in 83 milliseconds