Lines Matching refs:insns
88 const u2* insns = meth->insns; in computeWidthsAndCountOps() local
95 size_t width = dexGetWidthFromInstruction(insns); in computeWidthsAndCountOps()
97 LOG_VFY_METH(meth, "VFY: invalid instruction (0x%04x)", *insns); in computeWidthsAndCountOps()
104 Opcode opcode = dexOpcodeFromCodeUnit(*insns); in computeWidthsAndCountOps()
112 insns += width; in computeWidthsAndCountOps()
349 const u2* insns = meth->insns + curOffset; in checkArrayData() local
357 offsetToArrayData = insns[1] | (((s4)insns[2]) << 16); in checkArrayData()
368 arrayData = insns + offsetToArrayData; in checkArrayData()
606 const u2* insns = meth->insns + curOffset; in checkSwitchTargets() local
617 offsetToSwitch = insns[1] | ((s4) insns[2]) << 16; in checkSwitchTargets()
628 switchInsns = insns + offsetToSwitch; in checkSwitchTargets()
639 if ((*insns & 0xff) == OP_PACKED_SWITCH) { in checkSwitchTargets()
799 const u2* insns = meth->insns; in verifyInstructions() local
813 dexDecodeInstruction(meth->insns + codeOffset, &decInsn); in verifyInstructions()
1470 insns += width; in verifyInstructions()