public nothrow | Registers() |
public inline nothrow FP* | GetFP() |
public inline nothrow Ix* | GetIx() |
public LocalRegister* | GetLocalRegister(byte index) |
public inline nothrow byte | GetNumLocalRegisters() const |
public inline nothrow byte | GetNumParamRegisters() const |
public inline nothrow ParamRegister* | GetParamRegister(byte index) const |
public inline nothrow SP* | GetSP() |
private FP | fp |
private Ix | ix |
private List<LocalRegister> | localRegisters |
private List<ParamRegister> | paramRegisters |
private SP | sp |