org.jikesrvm.compilers.opt.liveness
Class LiveAnalysis.MapElement
java.lang.Object
org.jikesrvm.compilers.opt.liveness.LiveAnalysis.MapElement
- Enclosing class:
- LiveAnalysis
static final class LiveAnalysis.MapElement
- extends Object
A simple class used just in this file when creating GC maps
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inst
private final Instruction inst
list
private final List<RegSpillListElement> list
LiveAnalysis.MapElement
public LiveAnalysis.MapElement(Instruction inst,
List<RegSpillListElement> list)
- constructor
- Parameters:
inst
- list
-
getInst
public Instruction getInst()
- returns the instruction
- Returns:
- the instruction
getList
public List<RegSpillListElement> getList()
- returns the list
- Returns:
- the list