示例#1
0
 public static Operand AllocateVirtualRegisterOrStackSlot(BaseMethodCompiler compiler, MosaType type)
 {
     return(compiler.AllocateVirtualRegisterOrStackSlot(type));
 }
 public static Operand AllocateVirtualRegisterOrStackSlot(BaseMethodCompiler compiler, MosaType type)
 {
     return compiler.AllocateVirtualRegisterOrStackSlot(type);
 }