Package | Description |
---|---|
org.jikesrvm.compilers.opt.ir |
Modifier and Type | Method and Description |
---|---|
static InlinedOsrTypeInfoOperand |
OsrPoint.getClearInlinedTypeInfo(Instruction i)
Get the operand called InlinedTypeInfo from the argument
instruction clearing its instruction pointer.
|
static InlinedOsrTypeInfoOperand |
OsrPoint.getInlinedTypeInfo(Instruction i)
Get the operand called InlinedTypeInfo from the
argument instruction.
|
Modifier and Type | Method and Description |
---|---|
static Instruction |
OsrPoint.create(Operator o,
InlinedOsrTypeInfoOperand InlinedTypeInfo,
int numVarOps)
Create an instruction of the OsrPoint instruction format.
|
static Instruction |
OsrPoint.mutate(Instruction i,
Operator o,
InlinedOsrTypeInfoOperand InlinedTypeInfo,
int numVarOps)
Mutate the argument instruction into an instruction of the
OsrPoint instruction format having the specified
operator and operands.
|
static void |
OsrPoint.setInlinedTypeInfo(Instruction i,
InlinedOsrTypeInfoOperand InlinedTypeInfo)
Set the operand called InlinedTypeInfo in the argument
instruction to the argument operand.
|