public class BOX_Instr extends OneOperandInstr
Modifier and Type | Method and Description |
---|---|
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() |
Operand |
simplifyAndGetResult(java.util.Map<Operand,Operand> valueMap)
This method takes as input a map of operands to their values, and outputs
the result of this instruction.
|
java.lang.String |
toString() |
getArg, simplifyOperands
canRaiseException, getOperation, getResult, getUsedVariables, hasSideEffects, interpret, isDead, markDead
public Operand[] getOperands()
getOperands
in class OneOperandInstr
public java.lang.String toString()
toString
in class OneOperandInstr
public Operand simplifyAndGetResult(java.util.Map<Operand,Operand> valueMap)
Instr
simplifyAndGetResult
in class Instr
valueMap
- Mapping from operands to their simplified valuespublic Instr cloneForInlining(InlinerInfo ii)
Instr
cloneForInlining
in class Instr
Copyright © 2002-2009 JRuby Team. All Rights Reserved.