Exemplo n.º 1
0
 public static Operand AllocateVirtualRegisterOrStackSlot(BaseMethodCompiler compiler, MosaType type)
 {
     return(compiler.AllocateVirtualRegisterOrStackSlot(type));
 }
Exemplo n.º 2
0
 public static Operand AllocateVirtualRegisterOrStackSlot(BaseMethodCompiler compiler, MosaType type)
 {
     return compiler.AllocateVirtualRegisterOrStackSlot(type);
 }