static final class LiveAnalysis.MapElement extends Object
| Modifier and Type | Field and Description |
|---|---|
private Instruction |
inst |
private List<RegSpillListElement> |
list |
| Constructor and Description |
|---|
MapElement(Instruction inst,
List<RegSpillListElement> list) |
| Modifier and Type | Method and Description |
|---|---|
Instruction |
getInst() |
List<RegSpillListElement> |
getList() |
private final Instruction inst
private final List<RegSpillListElement> list
MapElement(Instruction inst, List<RegSpillListElement> list)
public Instruction getInst()
public List<RegSpillListElement> getList()