public class UNBOX_Instr extends OneOperandInstr
| Constructor and Description |
|---|
UNBOX_Instr(Variable dst,
Operand v) |
| 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 |
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, getOperands, simplifyOperandscanRaiseException, getOperation, getResult, getUsedVariables, hasSideEffects, interpret, isDead, markDeadpublic 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.