public static final class RegisterAllocationConfig.AllocatableRegisters extends Object
Modifier and Type | Field and Description |
---|---|
Register[] |
allocatableRegisters |
int |
maxRegisterNumber |
int |
minRegisterNumber |
Constructor and Description |
---|
AllocatableRegisters(Register[] allocatableRegisters,
int minRegisterNumber,
int maxRegisterNumber) |
Modifier and Type | Method and Description |
---|---|
private static boolean |
verify(Register[] allocatableRegisters,
int minRegisterNumber,
int maxRegisterNumber) |
public final Register[] allocatableRegisters
public final int minRegisterNumber
public final int maxRegisterNumber
public AllocatableRegisters(Register[] allocatableRegisters, int minRegisterNumber, int maxRegisterNumber)