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, simplifyOperandscanRaiseException, getOperation, getResult, getUsedVariables, hasSideEffects, interpret, isDead, markDeadpublic Operand[] getOperands()
getOperands in class OneOperandInstrpublic java.lang.String toString()
toString in class OneOperandInstrpublic Operand simplifyAndGetResult(java.util.Map<Operand,Operand> valueMap)
InstrsimplifyAndGetResult in class InstrvalueMap - Mapping from operands to their simplified valuespublic Instr cloneForInlining(InlinerInfo ii)
InstrcloneForInlining in class InstrCopyright © 2002-2009 JRuby Team. All Rights Reserved.