public abstract class DefinedObjectNameInstr extends DefinedInstr
operands, resultEMPTY_OPERANDS| Constructor and Description |
|---|
DefinedObjectNameInstr(Operation operation,
Variable result,
Operand[] operands) |
| Modifier and Type | Method and Description |
|---|---|
StringLiteral |
getName() |
Operand |
getObject() |
void |
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.
|
String |
toString() |
getOperands, getResult, updateResultcanBeDeleted, canRaiseException, cloneForBlockCloning, cloneForInlinedClosure, cloneForInlinedScope, cloneForInlining, getOperation, getUsedVariables, hasSideEffects, hasUnusedResult, interpret, interpretAndGetNewIPC, isDead, markDead, markUnusedResult, renameVars, simplifyAndGetResult, transfersControl, visitpublic Operand getObject()
public StringLiteral getName()
public void simplifyOperands(Map<Operand,Operand> valueMap, boolean force)
InstrsimplifyOperands in class InstrCopyright © 2001–2024 JRuby. All rights reserved.