|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.compiler.ir.instructions.Instr
org.jruby.compiler.ir.instructions.ExceptionRegionEndMarkerInstr
public class ExceptionRegionEndMarkerInstr
Field Summary |
---|
Fields inherited from class org.jruby.compiler.ir.instructions.Instr |
---|
operation, result |
Constructor Summary | |
---|---|
ExceptionRegionEndMarkerInstr()
|
Method Summary | |
---|---|
Instr |
cloneForInlining(InlinerInfo ii)
Clone the instruction for inlining -- this will rename all variables (including local variables and self!) and replace RECV_ARG and RETURN instructions to regular copy instructions, |
Operand[] |
getOperands()
|
void |
simplifyOperands(java.util.Map<Operand,Operand> valueMap)
This method takes as input a map of operands to their values, and outputs If the value map provides a value for any of the instruction's operands this method is expected to replace the original operands with the simplified values. |
Methods inherited from class org.jruby.compiler.ir.instructions.Instr |
---|
canRaiseException, getOperation, getResult, getUsedVariables, hasSideEffects, interpret, isDead, markDead, simplifyAndGetResult, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExceptionRegionEndMarkerInstr()
Method Detail |
---|
public Operand[] getOperands()
getOperands
in class Instr
public void simplifyOperands(java.util.Map<Operand,Operand> valueMap)
Instr
simplifyOperands
in class Instr
public Instr cloneForInlining(InlinerInfo ii)
Instr
cloneForInlining
in class Instr
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |