public abstract class NodeMatchRules extends Object
| Modifier and Type | Field and Description |
|---|---|
protected LIRGeneratorTool |
gen |
| Modifier | Constructor and Description |
|---|---|
protected |
NodeMatchRules(LIRGeneratorTool gen) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
append(LIRInstruction op) |
protected LabelRef |
getLIRBlock(FixedNode b) |
protected LIRGeneratorTool |
getLIRGeneratorTool() |
protected Value |
operand(Node node) |
protected LIRFrameState |
state(DeoptimizingNode deopt) |
protected final LIRGeneratorTool gen
protected NodeMatchRules(LIRGeneratorTool gen)
protected LIRGeneratorTool getLIRGeneratorTool()
protected final Value operand(Node node)
protected final LIRFrameState state(DeoptimizingNode deopt)
protected final void append(LIRInstruction op)