| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BitSet | |
|---|---|
| com.sun.squawk | Provides classes for low level interactions with the Squawk VM. | 
| com.sun.squawk.util | Provides classes for basic utilities sometimes found in JSE (LineReader, unsynchronized Vectors, Math utilities, etc.) | 
| Uses of BitSet in com.sun.squawk | 
|---|
| Fields in com.sun.squawk declared as BitSet | |
|---|---|
|  BitSet | ObjectMemorySerializer.ControlBlock.oopMapThe oop map that describes which words in the serialized graph are pointers. | 
| Methods in com.sun.squawk that return BitSet | |
|---|---|
| protected  BitSet | ObjectMemoryLoader.loadOopMap(int size)Loads the 'oopmap' component of the object memory from the input stream. | 
| Methods in com.sun.squawk with parameters of type BitSet | |
|---|---|
| static void | NativeUnsafe.initialize(byte[] buffer,
           BitSet oopMap,
           boolean append)Initialize or appends to the contents of memory. | 
| static void | ObjectMemory.relocate(String uri,
         Object sourceStartBuffer,
         Address sourceStart,
         BitSet oopMap,
         Address targetStart,
         Address targetCanonicalStart,
         int targetSize,
         boolean toCanonical,
         boolean requiresEndianSwap,
         boolean trace,
         boolean verifyClearOopMap)Relocates the pointers in a range of memory that point to some target range of memory. | 
| protected  Address | ObjectMemoryLoader.relocateMemory(ObjectMemory parent,
               byte[] buffer,
               BitSet oopMap)Relocates the memory. | 
| static void | ObjectMemory.relocateParents(String uri,
                Object startBuffer,
                Address start,
                BitSet oopMap,
                ObjectMemory parent,
                boolean toCanonical,
                boolean requiresEndianSwap,
                boolean trace)Relocate all the pointers in a range of memory that point to one or more parent object memories. | 
| Uses of BitSet in com.sun.squawk.util | 
|---|
| Methods in com.sun.squawk.util with parameters of type BitSet | |
|---|---|
|  void | BitSet.or(BitSet other)Performs a logical OR of this bit set with the bit set argument. | 
|  void | BitSet.or(BitSet other,
   int shift)Performs a logical OR of this bit set with a given bit set. | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||