public class BNEInstr extends BranchInstr
| Constructor and Description |
|---|
BNEInstr(Operand v1,
Operand v2,
Label jmpTarget) |
| 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,
|
Label |
interpret(InterpreterContext interp,
IRubyObject self) |
canRaiseException, getJumpTarget, toStringgetOperand1, getOperand2, getOperands, simplifyOperandsgetOperation, getResult, getUsedVariables, hasSideEffects, isDead, markDead, simplifyAndGetResultpublic Instr cloneForInlining(InlinerInfo ii)
InstrcloneForInlining in class Instrpublic Label interpret(InterpreterContext interp, IRubyObject self)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.