Mosa.Compiler.Framework.RegisterAllocator.VirtualRegister.VirtualRegister C# (CSharp) Метод

VirtualRegister() публичный Метод

public VirtualRegister ( Operand virtualRegister ) : System.Collections.Generic
virtualRegister Operand
Результат System.Collections.Generic
        public VirtualRegister(Operand virtualRegister)
        {
            VirtualRegisterOperand = virtualRegister;
            IsReserved = false;
            IsSpilled = false;
        }

Same methods

VirtualRegister::VirtualRegister ( Register physicalRegister, bool reserved ) : System.Collections.Generic