| public nothrow | RegisterDescriptors(Registers& regs_) |
| public void | DebugPrint(CodeFormatter& formatter) |
| public RegisterDescriptor* | GetLocalRegDescriptor(const List<Register*>& dontUse, AddressDescriptors& addressDescriptors, MachineCode& machineCode, int line, Instruction* inst) |
| public inline nothrow byte | GetNumUsedLocalRegs() |
| public nothrow RegisterDescriptor* | GetRegisterDescriptor(Register* reg) const |
| public inline nothrow void | SetNumUsedLocalRegs(byte numUsedLocalRegs_) |
| private byte | numUsedLocalRegs |
| private HashMap<Register*, RegisterDescriptor*, Hasher<Register*>, EqualTo<Register*>> | registerDescriptorMap |
| private List<RegisterDescriptor> | registerDescriptors |
| private Registers& | regs |