public class BUndefInstr extends OneOperandBranchInstr implements FixedArityInstr
EMPTY_OPERANDS
Constructor and Description |
---|
BUndefInstr(Label jmpTarget,
Operand v) |
Modifier and Type | Method and Description |
---|---|
Instr |
clone(CloneInfo ii)
Clone the instruction for use in an inlining context (either when a scope is inlined into
another scope, or when a block has to be cloned because its associated call belongs to
an inlined scope).
|
static BUndefInstr |
decode(IRReaderDecoder d) |
int |
interpretAndGetNewIPC(ThreadContext context,
DynamicScope currDynScope,
StaticScope currScope,
IRubyObject self,
java.lang.Object[] temp,
int ipc) |
void |
visit(IRVisitor visitor) |
encode, getArg1, getJumpTarget, getOperands, setJumpTarget, setOperand
canBeDeletedFromScope, canRaiseException, cloneOperands, computeScopeFlags, dumpableFields, getOperation, getUsedVariables, hasSideEffects, interpret, isDead, isDeletable, markDead, renameVars, simplifyAndGetResult, simplifyOperands, toString, toStringNonOperandArgs, transfersControl
public Instr clone(CloneInfo ii)
Instr
public static BUndefInstr decode(IRReaderDecoder d)
public int interpretAndGetNewIPC(ThreadContext context, DynamicScope currDynScope, StaticScope currScope, IRubyObject self, java.lang.Object[] temp, int ipc)
interpretAndGetNewIPC
in class Instr
Copyright © 2001-2022 JRuby. All Rights Reserved.