public class MODULE_VERSION_GUARD_Instr extends GuardInstr
| Constructor and Description |
|---|
MODULE_VERSION_GUARD_Instr(IRModule m,
CodeVersion v,
Label failurePathLabel) |
| 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,
|
getOperands, simplifyOperandscanRaiseException, getOperation, getResult, getUsedVariables, hasSideEffects, interpret, isDead, markDead, simplifyAndGetResult, toStringpublic MODULE_VERSION_GUARD_Instr(IRModule m, CodeVersion v, Label failurePathLabel)
public Instr cloneForInlining(InlinerInfo ii)
InstrcloneForInlining in class GuardInstrCopyright © 2002-2009 JRuby Team. All Rights Reserved.