Home
last modified time | relevance | path

Searched refs:offsetToSwitch (Results 1 – 2 of 2) sorted by relevance

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