public static interface IntervalDumper.IntervalVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visitIntervalEnd(Object spillState) |
void |
visitIntervalStart(Value parentOperand,
Value splitOperand,
Value location,
Value hint,
String typeName) |
void |
visitRange(int from,
int to) |
void |
visitUsePos(int pos,
Object registerPrioObject) |
void visitIntervalStart(Value parentOperand,
Value splitOperand,
Value location,
Value hint,
String typeName)
void visitRange(int from,
int to)
void visitUsePos(int pos,
Object registerPrioObject)
void visitIntervalEnd(Object spillState)