public final class AllocationData
extends java.lang.Object
AllocationData
class holds data used for register allocation.Constructor and Description |
---|
AllocationData() |
AllocationData(AllocationData other) |
AllocationData(Allocator allocator,
java.util.List<Value> retain,
java.util.List<Value> exclude,
boolean reserved) |
Modifier and Type | Method and Description |
---|---|
Allocator |
getAllocator() |
java.util.List<Value> |
getExclude() |
java.util.List<Value> |
getRetain() |
boolean |
isReserved() |
public AllocationData()
public AllocationData(Allocator allocator, java.util.List<Value> retain, java.util.List<Value> exclude, boolean reserved)
public AllocationData(AllocationData other)