public static Operand AllocateVirtualRegisterOrStackSlot(BaseMethodCompiler compiler, MosaType type) { return(compiler.AllocateVirtualRegisterOrStackSlot(type)); }
public static Operand AllocateVirtualRegisterOrStackSlot(BaseMethodCompiler compiler, MosaType type) { return compiler.AllocateVirtualRegisterOrStackSlot(type); }