|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Instr in org.jruby.compiler.ir |
---|
Methods in org.jruby.compiler.ir that return types with arguments of type Instr | |
---|---|
java.util.List<Instr> |
IRExecutionScope.getInstrs()
|
java.util.List<Instr> |
IRScopeImpl.getInstrs()
|
Methods in org.jruby.compiler.ir with parameters of type Instr | |
---|---|
void |
IRExecutionScope.addInstr(Instr i)
|
void |
IRMethod.addInstr(Instr i)
|
void |
IRScope.addInstr(Instr i)
methods and closures |
void |
IRScopeImpl.addInstr(Instr i)
|
Uses of Instr in org.jruby.compiler.ir.dataflow |
---|
Methods in org.jruby.compiler.ir.dataflow with parameters of type Instr | |
---|---|
abstract void |
FlowGraphNode.buildDataFlowVars(Instr i)
Builds the data-flow variables (or facts) for a particular instruction. |
Uses of Instr in org.jruby.compiler.ir.dataflow.analyses |
---|
Methods in org.jruby.compiler.ir.dataflow.analyses with parameters of type Instr | |
---|---|
void |
BindingLoadPlacementNode.buildDataFlowVars(Instr i)
|
void |
BindingStorePlacementNode.buildDataFlowVars(Instr i)
|
void |
LiveVariableNode.buildDataFlowVars(Instr i)
|
Uses of Instr in org.jruby.compiler.ir.instructions |
---|
Uses of Instr in org.jruby.compiler.ir.representations |
---|
Methods in org.jruby.compiler.ir.representations that return Instr | |
---|---|
Instr[] |
CFG.getInstrArray()
|
Instr[] |
BasicBlock.getInstrsArray()
|
Instr |
BasicBlock.getLastInstr()
|
Instr[] |
CFG.prepareForInterpretation()
|
Methods in org.jruby.compiler.ir.representations that return types with arguments of type Instr | |
---|---|
java.util.List<Instr> |
BasicBlock.getInstrs()
|
Methods in org.jruby.compiler.ir.representations with parameters of type Instr | |
---|---|
void |
BasicBlock.addInstr(Instr i)
|
int |
CFG.getRescuerPC(Instr excInstr)
|
void |
BasicBlock.insertInstr(Instr i)
|
boolean |
BasicBlock.removeInstr(Instr i)
|
BasicBlock |
BasicBlock.splitAtInstruction(Instr splitPoint,
Label newLabel,
boolean includeSplitPointInstr)
|
Method parameters in org.jruby.compiler.ir.representations with type arguments of type Instr | |
---|---|
void |
CFG.build(java.util.List<Instr> instrs)
|
Uses of Instr in org.jruby.compiler.ir.targets |
---|
Methods in org.jruby.compiler.ir.targets with parameters of type Instr | |
---|---|
void |
JVM.emit(Instr instr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |