Package | Description |
---|---|
org.jruby.ir | |
org.jruby.ir.dataflow.analyses | |
org.jruby.ir.instructions | |
org.jruby.ir.operands | |
org.jruby.ir.targets |
Modifier and Type | Method and Description |
---|---|
TemporaryLocalVariable |
IRScope.createTemporaryVariable() |
TemporaryLocalVariable |
IRClosure.createTemporaryVariable() |
TemporaryLocalVariable |
IRScope.getNewTemporaryVariable(TemporaryVariableType type) |
TemporaryLocalVariable |
IRClosure.getNewTemporaryVariable(TemporaryVariableType type) |
TemporaryLocalVariable |
IRScope.getNewTemporaryVariableFor(LocalVariable var) |
TemporaryLocalVariable |
IRScope.getNewUnboxedVariable(Class type) |
protected TemporaryLocalVariable[] |
IRManager.growTemporaryVariablePool(int index) |
TemporaryLocalVariable |
IRManager.newTemporaryLocalVariable(int index)
Temporary local variables are immutable and always start from a low index value and increment up
to a higher index value per scope.
|
Modifier and Type | Method and Description |
---|---|
void |
IRVisitor.TemporaryLocalVariable(TemporaryLocalVariable temporarylocalvariable) |
Modifier and Type | Method and Description |
---|---|
void |
UnboxableOpsAnalysisNode.boxVar(org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisNode.UnboxState state,
Class reqdType,
Map<Variable,TemporaryLocalVariable> unboxMap,
Variable v,
List<Instr> newInstrs) |
void |
UnboxableOpsAnalysisNode.unbox(Map<Variable,TemporaryLocalVariable> unboxMap) |
void |
UnboxableOpsAnalysisNode.unboxVar(org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisNode.UnboxState state,
Class reqdType,
Map<Variable,TemporaryLocalVariable> unboxMap,
Variable v,
List<Instr> newInstrs) |
Constructor and Description |
---|
LoadLocalVarInstr(IRScope scope,
TemporaryLocalVariable result,
LocalVariable lvar) |
Modifier and Type | Class and Description |
---|---|
class |
TemporaryBooleanVariable
Represents a temporary variable for an unboxed Boolean operand.
|
class |
TemporaryClosureVariable |
class |
TemporaryCurrentModuleVariable |
class |
TemporaryCurrentScopeVariable |
class |
TemporaryFixnumVariable
Represents a temporary variable for an unboxed Float operand.
|
class |
TemporaryFloatVariable
Represents a temporary variable for an unboxed Float operand.
|
class |
TemporaryLocalReplacementVariable
When we optimize full local variables to be temporary ones we like to keep the name
of what we renamed them as.
|
Modifier and Type | Method and Description |
---|---|
static TemporaryLocalVariable |
TemporaryLocalVariable.decode(IRReaderDecoder d) |
Modifier and Type | Method and Description |
---|---|
void |
JVMVisitor.TemporaryLocalVariable(TemporaryLocalVariable temporarylocalvariable) |
Copyright © 2001-2015 JRuby. All Rights Reserved.