Searched refs:nextDecInsn (Results 1 – 1 of 1) sorted by relevance
739 DecodedInstruction nextDecInsn; in insertMoveResult() local742 dexDecodeInstruction(moveResultPC, &nextDecInsn); in insertMoveResult()743 if ((nextDecInsn.opcode != OP_MOVE_RESULT) && in insertMoveResult()744 (nextDecInsn.opcode != OP_MOVE_RESULT_WIDE) && in insertMoveResult()745 (nextDecInsn.opcode != OP_MOVE_RESULT_OBJECT)) in insertMoveResult()