|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use InlinedOsrTypeInfoOperand | |
|---|---|
| org.jikesrvm.compilers.opt.ir | |
| Uses of InlinedOsrTypeInfoOperand in org.jikesrvm.compilers.opt.ir |
|---|
| Methods in org.jikesrvm.compilers.opt.ir that return InlinedOsrTypeInfoOperand | |
|---|---|
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. |
| Methods in org.jikesrvm.compilers.opt.ir with parameters of type InlinedOsrTypeInfoOperand | |
|---|---|
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||