Uses of Class
org.vmmagic.unboxed.AddressArray

Packages that use AddressArray
org.jikesrvm.jni   
org.jikesrvm.jni.ia32   
org.jikesrvm.mm.mmtk   
org.jikesrvm.runtime   
org.mmtk.policy   
org.mmtk.policy.immix   
org.mmtk.utility.alloc   
org.mmtk.utility.deque   
org.mmtk.utility.heap   
org.vmmagic.unboxed   
 

Uses of AddressArray in org.jikesrvm.jni
 

Fields in org.jikesrvm.jni declared as AddressArray
private  AddressArray[] LinkageTripletTable.data
          The backing data used during boot image writing.
static AddressArray JNIGlobalRefTable.JNIGlobalRefs
           
 AddressArray JNIEnvironment.JNIRefs
          references passed to native code
private  AddressArray JNIEnvironment.JNIRefsShadow
           
 

Methods in org.jikesrvm.jni that return AddressArray
 AddressArray LinkageTripletTable.get(int index)
          Get a LinkageTripletTable entry.
 AddressArray[] LinkageTripletTable.getBacking()
           
 AddressArray JNIEnvironment.refsArray()
           
 

Methods in org.jikesrvm.jni with parameters of type AddressArray
private static void JNIGlobalRefTable.copyAndReplaceGlobalRefs(AddressArray newGlobalRefs)
           
private  void JNIEnvironment.replaceJNIRefs(AddressArray newrefs)
          Atomically copy and install a new JNIRefArray
 void LinkageTripletTable.set(int index, AddressArray value)
          Set a LinkageTripletTable entry.
 

Uses of AddressArray in org.jikesrvm.jni.ia32
 

Fields in org.jikesrvm.jni.ia32 declared as AddressArray
(package private)  AddressArray JNIGCMapIterator.jniRefs
           
 

Uses of AddressArray in org.jikesrvm.mm.mmtk
 

Fields in org.jikesrvm.mm.mmtk declared as AddressArray
private  AddressArray ReferenceProcessor.references
          The table of reference objects for the current semantics
protected  AddressArray FinalizableProcessor.table
          The table of candidates
private  AddressArray ReferenceProcessor.unforwardedReferences
          In a MarkCompact (or similar) collector, we need to update the references field, and then update its contents.
 

Methods in org.jikesrvm.mm.mmtk that return AddressArray
private  AddressArray ReferenceProcessor.growReferenceTable()
          Grow the reference table by GROWTH_FACTOR.
 

Uses of AddressArray in org.jikesrvm.runtime
 

Fields in org.jikesrvm.runtime declared as AddressArray
 AddressArray BootRecord.heapRanges
           
 

Uses of AddressArray in org.mmtk.policy
 

Fields in org.mmtk.policy declared as AddressArray
protected  AddressArray SegregatedFreeListSpace.availableBlockHead
           
protected  AddressArray SegregatedFreeListSpace.consumedBlockHead
           
protected  AddressArray SegregatedFreeListSpace.flushedBlockHead
           
 

Methods in org.mmtk.policy with parameters of type AddressArray
private  Address SegregatedFreeListSpace.expandSizeClass(int sizeClass, AddressArray freeList)
          Expand a particular size class, allocating a new block, breaking the block into cells and placing those cells on a free list for that block.
 Address SegregatedFreeListSpace.getAllocationBlock(int sizeClass, AddressArray freeList)
          Acquire a new block from the global pool to allocate into.
 

Uses of AddressArray in org.mmtk.policy.immix
 

Fields in org.mmtk.policy.immix declared as AddressArray
private  AddressArray ChunkList.chunkMap
           
 

Uses of AddressArray in org.mmtk.utility.alloc
 

Fields in org.mmtk.utility.alloc declared as AddressArray
protected  AddressArray SegregatedFreeListLocal.currentBlock
           
protected  AddressArray SegregatedFreeList.freeList
          The current free lists for the size classes
 

Uses of AddressArray in org.mmtk.utility.deque
 

Fields in org.mmtk.utility.deque declared as AddressArray
private  AddressArray SortSharedDeque.stackBase
           
 

Uses of AddressArray in org.mmtk.utility.heap
 

Methods in org.mmtk.utility.heap with parameters of type AddressArray
static void Mmapper.eagerlyMmapAllSpaces(AddressArray spaceMap)
          Given an address array describing the regions of virtual memory to be used by MMTk, demand zero map all of them if they are not already mapped.
 

Uses of AddressArray in org.vmmagic.unboxed
 

Methods in org.vmmagic.unboxed that return AddressArray
static AddressArray AddressArray.create(int size)