Uses of Class
org.jikesrvm.util.LinkedListRVM

Packages that use LinkedListRVM
org.jikesrvm.compilers.opt.ir   
org.jikesrvm.compilers.opt.util   
org.jikesrvm.util   
 

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

Fields in org.jikesrvm.compilers.opt.ir declared as LinkedListRVM
private  LinkedListRVM<GCIRMapElement> GCIRMap.list
          This is the list of maps Each element on the list is an GCIRMapElement, which is a pair - an IR instruction (the GC point) - a list of RegSpillListElement, which initially hold symbolic registers that are references (these are expanded to either physical regs or spills by the register allocator)
 

Uses of LinkedListRVM in org.jikesrvm.compilers.opt.util
 

Fields in org.jikesrvm.compilers.opt.util declared as LinkedListRVM
private  LinkedListRVM<T> Queue.elements
           
 

Uses of LinkedListRVM in org.jikesrvm.util
 

Fields in org.jikesrvm.util declared as LinkedListRVM
(package private)  LinkedListRVM<T> LinkedListIteratorRVM.l
          The list we are iterating over
 

Constructors in org.jikesrvm.util with parameters of type LinkedListRVM
LinkedListIteratorRVM(LinkedListRVM<T> l)
          Constructor