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