public class SET_RETADDR_Instr extends OneOperandInstr
Constructor and Description |
---|
SET_RETADDR_Instr(Variable d,
Label l) |
Modifier and Type | Method and Description |
---|---|
boolean |
canRaiseException() |
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,
|
Label |
getReturnAddr() |
Label |
interpret(InterpreterContext interp,
IRubyObject self) |
java.lang.String |
toString() |
getArg, getOperands, simplifyOperands
getOperation, getResult, getUsedVariables, hasSideEffects, isDead, markDead, simplifyAndGetResult
public Label getReturnAddr()
public java.lang.String toString()
toString
in class OneOperandInstr
public Instr cloneForInlining(InlinerInfo ii)
Instr
cloneForInlining
in class Instr
public boolean canRaiseException()
canRaiseException
in class Instr
public Label interpret(InterpreterContext interp, IRubyObject self)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.