public class ThreadPollInstr extends Instr
| Modifier and Type | Field and Description |
|---|---|
boolean |
onBackEdge |
EMPTY_OPERANDS| Constructor and Description |
|---|
ThreadPollInstr() |
ThreadPollInstr(boolean onBackEdge) |
| Modifier and Type | Method and Description |
|---|---|
Instr |
cloneForInlinedScope(InlinerInfo ii)
Clone the instruction (present in a method/closure) so it can be inlined into another scope.
|
Instr |
cloneForInlining(InlinerInfo 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).
|
Operand[] |
getOperands() |
void |
visit(IRVisitor visitor) |
canBeDeleted, canRaiseException, cloneForBlockCloning, cloneForInlinedClosure, getOperation, getUsedVariables, hasSideEffects, hasUnusedResult, interpret, interpretAndGetNewIPC, isDead, markDead, markUnusedResult, renameVars, simplifyAndGetResult, simplifyOperands, toString, transfersControlpublic ThreadPollInstr(boolean onBackEdge)
public ThreadPollInstr()
public Operand[] getOperands()
getOperands in class Instrpublic Instr cloneForInlining(InlinerInfo ii)
InstrcloneForInlining in class Instrii - This object manages renaming of variables and labels, handles
args and return values.public Instr cloneForInlinedScope(InlinerInfo ii)
InstrcloneForInlinedScope in class InstrCopyright © 2001-2013 JRuby. All Rights Reserved.