Uses of Class
org.jikesrvm.compilers.opt.ir.operand.OsrTypeInfoOperand

Packages that use OsrTypeInfoOperand
org.jikesrvm.compilers.opt.ir   
 

Uses of OsrTypeInfoOperand in org.jikesrvm.compilers.opt.ir
 

Methods in org.jikesrvm.compilers.opt.ir that return OsrTypeInfoOperand
static OsrTypeInfoOperand OsrBarrier.getClearTypeInfo(Instruction i)
          Get the operand called TypeInfo from the argument instruction clearing its instruction pointer.
static OsrTypeInfoOperand OsrBarrier.getTypeInfo(Instruction i)
          Get the operand called TypeInfo from the argument instruction.
 

Methods in org.jikesrvm.compilers.opt.ir with parameters of type OsrTypeInfoOperand
static Instruction OsrBarrier.create(Operator o, OsrTypeInfoOperand TypeInfo, int numVarOps)
          Create an instruction of the OsrBarrier instruction format.
static Instruction OsrBarrier.mutate(Instruction i, Operator o, OsrTypeInfoOperand TypeInfo, int numVarOps)
          Mutate the argument instruction into an instruction of the OsrBarrier instruction format having the specified operator and operands.
static void OsrBarrier.setTypeInfo(Instruction i, OsrTypeInfoOperand TypeInfo)
          Set the operand called TypeInfo in the argument instruction to the argument operand.