public class AArch64HotSpotRegisterAllocationConfig extends RegisterAllocationConfig
RegisterAllocationConfig.AllocatableRegisters
ALL_REGISTERS, registerConfig
Constructor and Description |
---|
AArch64HotSpotRegisterAllocationConfig(jdk.vm.ci.code.RegisterConfig registerConfig,
String[] allocationRestrictedTo) |
Modifier and Type | Method and Description |
---|---|
protected jdk.vm.ci.code.RegisterArray |
initAllocatable(jdk.vm.ci.code.RegisterArray registers) |
createAllocatableRegisters, getAllocatableRegisters, getAllocatableRegisters, getRegisterCategory, getRegisterConfig
public AArch64HotSpotRegisterAllocationConfig(jdk.vm.ci.code.RegisterConfig registerConfig, String[] allocationRestrictedTo)
protected jdk.vm.ci.code.RegisterArray initAllocatable(jdk.vm.ci.code.RegisterArray registers)
initAllocatable
in class RegisterAllocationConfig