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, transfersControl
public ThreadPollInstr(boolean onBackEdge)
public ThreadPollInstr()
public Operand[] getOperands()
getOperands
in class Instr
public Instr cloneForInlining(InlinerInfo ii)
Instr
cloneForInlining
in class Instr
ii
- This object manages renaming of variables and labels, handles
args and return values.public Instr cloneForInlinedScope(InlinerInfo ii)
Instr
cloneForInlinedScope
in class Instr
Copyright © 2001-2016 JRuby. All Rights Reserved.