Uses of Class
org.jikesrvm.objectmodel.IMT

Packages that use IMT
org.jikesrvm.classloader   
org.jikesrvm.mm.mminterface   
org.jikesrvm.objectmodel   
 

Uses of IMT in org.jikesrvm.classloader
 

Fields in org.jikesrvm.classloader declared as IMT
private  IMT RVMClass.imt
          The imt for this class
 

Methods in org.jikesrvm.classloader with parameters of type IMT
 void InterfaceInvocation.IMTDict.populateIMT(RVMClass klass, TIB tib, IMT imt)
           
private  void InterfaceInvocation.IMTDict.set(TIB tib, IMT imt, int extSlot, ArchitectureSpecific.CodeArray value)
           
 void RVMClass.setIMT(IMT imt)
          Set the imt object.
 

Uses of IMT in org.jikesrvm.mm.mminterface
 

Methods in org.jikesrvm.mm.mminterface that return IMT
static IMT MemoryManager.newIMT()
          Allocate a new interface method table (IMT).
 

Uses of IMT in org.jikesrvm.objectmodel
 

Methods in org.jikesrvm.objectmodel that return IMT
static IMT IMT.allocate()
          Creates an IMT.
 IMT TIB.getImt()
          Get the IMT from the TIB
 

Methods in org.jikesrvm.objectmodel with parameters of type IMT
 void TIB.setImt(IMT imt)
          Set the IMT of the TIB