Modifier and Type | Field and Description |
---|---|
protected static Operand[] |
IRBuilder.NO_ARGS |
Modifier and Type | Method and Description |
---|---|
List<Operand> |
IRBuilder.setupCallArgs(Node args,
IRScope s) |
Modifier and Type | Method and Description |
---|---|
void |
IRBuilder19.buildArgsMasgn(Node node,
IRScope s,
Operand argsArray,
boolean isMasgnRoot,
int preArgsCount,
int postArgsCount,
int index,
boolean isSplat) |
Operand |
IRBuilder.buildAttrAssignAssignment(Node node,
IRScope s,
Operand value) |
void |
IRBuilder.buildBlockArgsAssignment(Node node,
IRScope s,
Operand argsArray,
int argIndex,
boolean isMasgnRoot,
boolean isClosureArg,
boolean isSplat) |
Operand |
IRBuilder.buildConstDeclAssignment(ConstDeclNode constDeclNode,
IRScope s,
Operand val) |
protected Variable |
IRBuilder.buildDefnCheckIfThenPaths(IRScope s,
Label undefLabel,
Operand defVal) |
void |
IRBuilder19.buildMultipleAsgn19Assignment(MultipleAsgn19Node multipleAsgnNode,
IRScope s,
Operand argsArray,
Operand values) |
void |
IRBuilder.buildMultipleAsgnAssignment(MultipleAsgnNode multipleAsgnNode,
IRScope s,
Operand argsArray,
Operand values) |
void |
IRBuilder19.buildVersionSpecificBlockArgsAssignment(Node node,
IRScope s,
Operand argsArray,
int argIndex,
boolean isMasgnRoot,
boolean isClosureArg,
boolean isSplat) |
void |
IRBuilder.buildVersionSpecificBlockArgsAssignment(Node node,
IRScope s,
Operand argsArray,
int argIndex,
boolean isMasgnRoot,
boolean isClosureArg,
boolean isSplat) |
protected Variable |
IRBuilder.copyAndReturnValue(IRScope s,
Operand val) |
protected Variable |
IRBuilder.getValueInTemporaryVariable(IRScope s,
Operand val) |
void |
IRScope.initFlipStateVariable(Variable v,
Operand initState) |
protected void |
IRBuilder19.receiveArg(IRScope s,
Variable v,
Operand argsArray,
int argIndex,
boolean isSplat) |
protected void |
IRBuilder.receiveBlockArg(IRScope s,
Variable v,
Operand argsArray,
int argIndex,
boolean isClosureArg,
boolean isSplat) |
void |
IRVisitor.visit(Operand operand) |
Modifier and Type | Method and Description |
---|---|
protected Operand |
IRBuilder.buildCallArgs(List<Operand> argsList,
Node args,
IRScope s) |
Modifier and Type | Field and Description |
---|---|
static Operand |
DataFlowConstants.ANY |
static Operand |
DataFlowConstants.BOTTOM |
static Operand |
DataFlowConstants.TOP |
Modifier and Type | Method and Description |
---|---|
void |
LoadLocalVarPlacementProblem.addLoads(Map<Operand,Operand> varRenameMap) |
void |
LoadLocalVarPlacementProblem.addLoads(Map<Operand,Operand> varRenameMap) |
void |
LoadLocalVarPlacementNode.addLoads(Map<Operand,Operand> varRenameMap) |
void |
LoadLocalVarPlacementNode.addLoads(Map<Operand,Operand> varRenameMap) |
void |
StoreLocalVarPlacementProblem.addStores(Map<Operand,Operand> varRenameMap) |
void |
StoreLocalVarPlacementProblem.addStores(Map<Operand,Operand> varRenameMap) |
boolean |
StoreLocalVarPlacementNode.addStores(Map<Operand,Operand> varRenameMap,
Set<LocalVariable> excTargetDirtyVars) |
boolean |
StoreLocalVarPlacementNode.addStores(Map<Operand,Operand> varRenameMap,
Set<LocalVariable> excTargetDirtyVars) |
Modifier and Type | Field and Description |
---|---|
protected Operand[] |
CallBase.arguments |
protected Operand |
MultipleAsgnBase.array |
protected Operand |
CallBase.closure |
static Operand[] |
Instr.EMPTY_OPERANDS |
protected Operand[] |
PutInstr.operands |
protected Operand |
CallBase.receiver |
protected Operand |
ReturnBase.returnValue |
Modifier and Type | Method and Description |
---|---|
Operand[] |
CallBase.cloneCallArgs(InlinerInfo ii) |
Operand |
BranchInstr.getArg1() |
Operand |
BranchInstr.getArg2() |
Operand |
CheckArgsArrayArityInstr.getArgsArray() |
Operand |
ToAryInstr.getArrayArg() |
Operand |
MultipleAsgnBase.getArrayArg() |
Operand |
YieldInstr.getBlockArg() |
Operand |
BlockGivenInstr.getBlockArg() |
Operand[] |
CallBase.getCallArgs() |
Operand |
CallBase.getClosureArg(Operand ifUnspecified) |
Operand |
DefineModuleInstr.getContainer() |
Operand |
DefineClassInstr.getContainer() |
Operand |
InheritanceSearchConstInstr.getCurrentModule() |
Operand |
InstanceSuperInstr.getDefiningModule() |
Operand |
ClassSuperInstr.getDefiningModule() |
Operand |
ProcessModuleBodyInstr.getModuleBody() |
Operand |
AliasInstr.getNewName() |
Operand[] |
YieldInstr.getNonBlockOperands() |
Operand |
EnsureRubyArrayInstr.getObject() |
Operand |
DefineMetaClassInstr.getObject() |
Operand |
AliasInstr.getOldName() |
Operand[] |
ZSuperInstr.getOperands() |
Operand[] |
YieldInstr.getOperands() |
Operand[] |
UndefMethodInstr.getOperands() |
Operand[] |
ToAryInstr.getOperands() |
Operand[] |
ThrowExceptionInstr.getOperands() |
Operand[] |
ThreadPollInstr.getOperands() |
Operand[] |
StoreLocalVarInstr.getOperands() |
Operand[] |
SetReturnAddressInstr.getOperands() |
Operand[] |
SearchConstInstr.getOperands() |
Operand[] |
RuntimeHelperCall.getOperands() |
Operand[] |
ReturnBase.getOperands() |
Operand[] |
RescueEQQInstr.getOperands() |
Operand[] |
RecordEndBlockInstr.getOperands() |
Operand[] |
ReceiveSelfInstr.getOperands() |
Operand[] |
ReceiveExceptionInstr.getOperands() |
Operand[] |
ReceiveClosureInstr.getOperands() |
Operand[] |
ReceiveArgBase.getOperands() |
Operand[] |
RaiseArgumentErrorInstr.getOperands() |
Operand[] |
PutInstr.getOperands() |
Operand[] |
PushFrameInstr.getOperands() |
Operand[] |
PushBindingInstr.getOperands() |
Operand[] |
ProcessModuleBodyInstr.getOperands() |
Operand[] |
PopFrameInstr.getOperands() |
Operand[] |
PopBindingInstr.getOperands() |
Operand[] |
NotInstr.getOperands() |
Operand[] |
NopInstr.getOperands() |
Operand[] |
MultipleAsgnBase.getOperands() |
Operand[] |
ModuleVersionGuardInstr.getOperands() |
Operand[] |
MethodLookupInstr.getOperands() |
Operand[] |
MatchInstr.getOperands() |
Operand[] |
Match3Instr.getOperands() |
Operand[] |
Match2Instr.getOperands() |
Operand[] |
LoadLocalVarInstr.getOperands() |
Operand[] |
LineNumberInstr.getOperands() |
Operand[] |
LexicalSearchConstInstr.getOperands() |
Operand[] |
LabelInstr.getOperands() |
Operand[] |
JumpInstr.getOperands() |
Operand[] |
JumpIndirectInstr.getOperands() |
abstract Operand[] |
Instr.getOperands() |
Operand[] |
InheritanceSearchConstInstr.getOperands() |
Operand[] |
GVarAliasInstr.getOperands() |
Operand[] |
GetInstr.getOperands() |
Operand[] |
GetClassVarContainerModuleInstr.getOperands() |
Operand[] |
ExceptionRegionStartMarkerInstr.getOperands() |
Operand[] |
ExceptionRegionEndMarkerInstr.getOperands() |
Operand[] |
EQQInstr.getOperands() |
Operand[] |
EnsureRubyArrayInstr.getOperands() |
Operand[] |
DefineModuleInstr.getOperands() |
Operand[] |
DefineMetaClassInstr.getOperands() |
Operand[] |
DefineInstanceMethodInstr.getOperands() |
Operand[] |
DefineClassMethodInstr.getOperands() |
Operand[] |
DefineClassInstr.getOperands() |
Operand[] |
CopyInstr.getOperands() |
Operand[] |
ConstMissingInstr.getOperands() |
Operand[] |
CheckArityInstr.getOperands() |
Operand[] |
CheckArgsArrayArityInstr.getOperands() |
Operand[] |
CallBase.getOperands() |
Operand[] |
BreakInstr.getOperands() |
Operand[] |
BranchInstr.getOperands() |
Operand[] |
BlockGivenInstr.getOperands() |
Operand[] |
AliasInstr.getOperands() |
Operand |
CallBase.getReceiver() |
Operand |
ReturnBase.getReturnValue() |
Operand |
BreakInstr.getReturnValue() |
Operand |
GetInstr.getSource() |
Operand |
CopyInstr.getSource() |
Operand |
SearchConstInstr.getStartingScope() |
Operand |
DefineClassInstr.getSuperClass() |
Operand |
PutInstr.getTarget() |
Operand |
StoreLocalVarInstr.getValue() |
Operand |
PutInstr.getValue() |
Operand |
YieldInstr.getYieldArg() |
Operand |
ToAryInstr.simplifyAndGetResult(IRScope scope,
Map<Operand,Operand> valueMap) |
Operand |
NotInstr.simplifyAndGetResult(IRScope scope,
Map<Operand,Operand> valueMap) |
Operand |
MultipleAsgnBase.simplifyAndGetResult(IRScope scope,
Map<Operand,Operand> valueMap) |
Operand |
Instr.simplifyAndGetResult(IRScope scope,
Map<Operand,Operand> valueMap)
This method takes as input a map of operands to their values, and outputs
the result of this instruction.
|
Operand |
EnsureRubyArrayInstr.simplifyAndGetResult(IRScope scope,
Map<Operand,Operand> valueMap) |
Operand |
CopyInstr.simplifyAndGetResult(IRScope scope,
Map<Operand,Operand> valueMap) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
CallBase.containsSplat(Operand[] arguments) |
static CallInstr |
CallInstr.create(CallType callType,
Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
static CallInstr |
CallInstr.create(CallType callType,
Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
static BranchInstr |
BNEInstr.create(Operand v1,
Operand v2,
Label jmpTarget) |
static BranchInstr |
BEQInstr.create(Operand v1,
Operand v2,
Label jmpTarget) |
static CallInstr |
CallInstr.create(Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
static CallInstr |
CallInstr.create(Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
Operand |
CallBase.getClosureArg(Operand ifUnspecified) |
protected IRubyObject[] |
ZSuperInstr.prepareArguments(ThreadContext context,
IRubyObject self,
Operand[] arguments,
DynamicScope dynamicScope,
Object[] temp) |
protected IRubyObject[] |
CallBase.prepareArguments(ThreadContext context,
IRubyObject self,
Operand[] arguments,
DynamicScope dynamicScope,
Object[] temp) |
protected IRubyObject[] |
CallBase.prepareArgumentsComplex(ThreadContext context,
IRubyObject self,
Operand[] args,
DynamicScope currDynScope,
Object[] temp) |
protected IRubyObject[] |
CallBase.prepareArgumentsSimple(ThreadContext context,
IRubyObject self,
Operand[] args,
DynamicScope currDynScope,
Object[] temp) |
Modifier and Type | Method and Description |
---|---|
void |
Instr.renameVars(Map<Operand,Operand> renameMap) |
void |
Instr.renameVars(Map<Operand,Operand> renameMap) |
Operand |
ToAryInstr.simplifyAndGetResult(IRScope scope,
Map<Operand,Operand> valueMap) |
Operand |
ToAryInstr.simplifyAndGetResult(IRScope scope,
Map<Operand,Operand> valueMap) |
Operand |
NotInstr.simplifyAndGetResult(IRScope scope,
Map<Operand,Operand> valueMap) |
Operand |
NotInstr.simplifyAndGetResult(IRScope scope,
Map<Operand,Operand> valueMap) |
Operand |
MultipleAsgnBase.simplifyAndGetResult(IRScope scope,
Map<Operand,Operand> valueMap) |
Operand |
MultipleAsgnBase.simplifyAndGetResult(IRScope scope,
Map<Operand,Operand> valueMap) |
Operand |
Instr.simplifyAndGetResult(IRScope scope,
Map<Operand,Operand> valueMap)
This method takes as input a map of operands to their values, and outputs
the result of this instruction.
|
Operand |
Instr.simplifyAndGetResult(IRScope scope,
Map<Operand,Operand> valueMap)
This method takes as input a map of operands to their values, and outputs
the result of this instruction.
|
Operand |
EnsureRubyArrayInstr.simplifyAndGetResult(IRScope scope,
Map<Operand,Operand> valueMap) |
Operand |
EnsureRubyArrayInstr.simplifyAndGetResult(IRScope scope,
Map<Operand,Operand> valueMap) |
Operand |
CopyInstr.simplifyAndGetResult(IRScope scope,
Map<Operand,Operand> valueMap) |
Operand |
CopyInstr.simplifyAndGetResult(IRScope scope,
Map<Operand,Operand> valueMap) |
void |
YieldInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
YieldInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
UndefMethodInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
UndefMethodInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
ToAryInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
ToAryInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
ThrowExceptionInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
ThrowExceptionInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
StoreLocalVarInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
StoreLocalVarInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
SetReturnAddressInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
SetReturnAddressInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
SearchConstInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
SearchConstInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
RuntimeHelperCall.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
RuntimeHelperCall.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
ReturnBase.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
ReturnBase.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
RescueEQQInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
RescueEQQInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
PutInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
PutInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
ProcessModuleBodyInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
ProcessModuleBodyInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
NotInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
NotInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
MultipleAsgnBase.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
MultipleAsgnBase.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
ModuleVersionGuardInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
ModuleVersionGuardInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
MethodLookupInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
MethodLookupInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
MatchInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
MatchInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
Match3Instr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
Match3Instr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
Match2Instr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
Match2Instr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
LexicalSearchConstInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
LexicalSearchConstInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
JumpIndirectInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
JumpIndirectInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
Instr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force)
This method takes as input a map of operands to their values, and outputs
If the value map provides a value for any of the instruction's operands
this method is expected to replace the original operands with the simplified values.
|
void |
Instr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force)
This method takes as input a map of operands to their values, and outputs
If the value map provides a value for any of the instruction's operands
this method is expected to replace the original operands with the simplified values.
|
void |
InheritanceSearchConstInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
InheritanceSearchConstInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
GVarAliasInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
GVarAliasInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
GetInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
GetInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
GetClassVarContainerModuleInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
GetClassVarContainerModuleInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
EQQInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
EQQInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
EnsureRubyArrayInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
EnsureRubyArrayInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
DefineModuleInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
DefineModuleInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
DefineMetaClassInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
DefineMetaClassInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
DefineInstanceMethodInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
DefineInstanceMethodInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
DefineClassMethodInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
DefineClassMethodInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
DefineClassInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
DefineClassInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
CopyInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
CopyInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
ConstMissingInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
ConstMissingInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
CheckArgsArrayArityInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
CheckArgsArrayArityInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
CallBase.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
CallBase.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
BreakInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
BreakInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
BranchInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
BranchInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
BlockGivenInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
BlockGivenInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
AliasInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
AliasInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
Modifier and Type | Method and Description |
---|---|
protected IRubyObject[] |
AttrAssignCallAdapter.prepareArguments(ThreadContext context,
IRubyObject self,
Operand[] args,
DynamicScope currDynScope,
Object[] temp) |
Modifier and Type | Field and Description |
---|---|
protected Operand[] |
DefinedInstr.operands |
Modifier and Type | Method and Description |
---|---|
Operand |
SuperMethodBoundInstr.getObject() |
Operand |
DefinedObjectNameInstr.getObject() |
Operand[] |
RestoreErrorInfoInstr.getOperands() |
Operand[] |
GetErrorInfoInstr.getOperands() |
Operand[] |
GetBackrefInstr.getOperands() |
Operand[] |
DefinedInstr.getOperands() |
Modifier and Type | Method and Description |
---|---|
void |
SuperMethodBoundInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
SuperMethodBoundInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
RestoreErrorInfoInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
RestoreErrorInfoInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
GlobalIsDefinedInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
GlobalIsDefinedInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
DefinedObjectNameInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
DefinedObjectNameInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
Constructor and Description |
---|
ClassVarIsDefinedInstr(Variable result,
Operand module,
StringLiteral name) |
DefinedInstr(Operation operation,
Variable result,
Operand[] operands) |
DefinedObjectNameInstr(Operation operation,
Variable result,
Operand[] operands) |
GetDefinedConstantOrMethodInstr(Variable result,
Operand object,
StringLiteral name) |
HasInstanceVarInstr(Variable result,
Operand object,
StringLiteral name) |
IsMethodBoundInstr(Variable result,
Operand object,
StringLiteral name) |
MethodDefinedInstr(Variable result,
Operand object,
StringLiteral methodName) |
MethodIsPublicInstr(Variable result,
Operand object,
StringLiteral name) |
RestoreErrorInfoInstr(Operand arg) |
SuperMethodBoundInstr(Variable result,
Operand object) |
Modifier and Type | Method and Description |
---|---|
Operand[] |
GetEncodingInstr.getOperands() |
Operand[] |
BuildLambdaInstr.getOperands() |
Modifier and Type | Method and Description |
---|---|
void |
BuildLambdaInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
void |
BuildLambdaInstr.simplifyOperands(Map<Operand,Operand> valueMap,
boolean force) |
Modifier and Type | Method and Description |
---|---|
Operand |
OneOperandArgNoBlockNoResultCallInstr.getArg1() |
Operand |
OneOperandArgNoBlockCallInstr.getArg1() |
Operand |
ZeroOperandArgNoBlockCallInstr.getReceiver() |
Operand |
OneOperandArgNoBlockNoResultCallInstr.getReceiver() |
Operand |
OneOperandArgNoBlockCallInstr.getReceiver() |
Operand |
OneFixnumArgNoBlockCallInstr.getReceiver() |
Modifier and Type | Method and Description |
---|---|
void |
IRScopeListener.endBuildOperand(Node node,
IRScope scope,
Operand operand) |
Modifier and Type | Class and Description |
---|---|
class |
Array |
class |
AsString |
class |
Attribute |
class |
Backref |
class |
BacktickString |
class |
Bignum
Represents a literal Bignum.
|
class |
BooleanLiteral |
class |
ClosureLocalVariable
This represents a variable used in a closure that is
local to the closure and is not defined in any ancestor lexical scope
|
class |
CompoundArray |
class |
CompoundString |
class |
CurrentScope |
class |
DynamicSymbol |
class |
Fixnum |
class |
Float |
class |
GlobalVariable |
class |
Hash |
class |
ImmutableLiteral
Operands extending this type can make a reasonable assumption of
immutability.
|
class |
IRException |
class |
Label |
class |
LocalVariable |
class |
MethAddr |
class |
MethodHandle |
class |
Nil
Represents nil.
|
class |
NthRef |
class |
ObjectClass |
class |
Range |
class |
Reference |
class |
Regexp |
class |
ScopeModule
Wrap a scope for the purpose of finding live module which happens to be associated with it.
|
class |
Self |
class |
Splat |
class |
StandardError |
class |
StringLiteral
Represents a literal string value.
|
class |
SValue |
class |
Symbol |
class |
TemporaryClosureVariable |
class |
TemporaryVariable
A set of variables which are only used in a particular scope and never
visible to Ruby itself.
|
class |
UndefinedValue
For argument processing.
|
class |
UnexecutableNil |
class |
Variable |
class |
WrappedIRClosure |
Modifier and Type | Field and Description |
---|---|
Operand[] |
Array.elts |
static Operand[] |
Operand.EMPTY_ARRAY |
protected Operand |
MethodHandle.methodName |
protected Operand |
MethodHandle.receiver |
Modifier and Type | Field and Description |
---|---|
List<Operand> |
BacktickString.pieces |
Modifier and Type | Method and Description |
---|---|
Operand |
Float.computeValue(String methodName,
Operand arg) |
Operand |
Fixnum.computeValue(String methodName,
Operand arg) |
Constructor and Description |
---|
Array(Operand[] elts) |
AsString(Operand source) |
BacktickString(Operand val) |
CompoundArray(Operand a1,
Operand a2) |
CompoundArray(Operand a1,
Operand a2,
boolean isArgsPush) |
KeyValuePair(Operand key,
Operand value) |
MethodHandle(Operand methodName,
Operand receiver) |
Range(Operand begin,
Operand end,
boolean exclusive) |
Regexp(Operand regexp,
RegexpOptions options) |
Splat(Operand array) |
SValue(Operand array) |
Constructor and Description |
---|
Array(List<Operand> elts) |
BacktickString(List<Operand> pieces) |
CompoundString(List<Operand> pieces) |
CompoundString(List<Operand> pieces,
org.jcodings.Encoding encoding) |
Modifier and Type | Method and Description |
---|---|
void |
JVMVisitor.visit(Operand operand) |
Modifier and Type | Method and Description |
---|---|
Operand |
InlinerInfo.getArg(int index) |
Operand |
InlinerInfo.getArg(int argIndex,
boolean restOfArgArray) |
Operand |
InlinerInfo.getArgs() |
Operand |
InlinerInfo.getCallClosure() |
Operand |
InlinerInfo.getSelfValue(Self self) |
Copyright © 2001-2014 JRuby. All Rights Reserved.