| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HostedPragma | |
|---|---|
| com.sun.squawk | Provides classes for low level interactions with the Squawk VM. | 
| Uses of HostedPragma in com.sun.squawk | 
|---|
| Methods in com.sun.squawk that throw HostedPragma | |
|---|---|
| static void | NativeUnsafe.clearObject(Object base,
            int offset)Clears a pointer value in memory. | 
| static void | NativeUnsafe.copyMemory(byte[] buffer,
           int memoryOffset,
           int bufferOffset,
           int length)Copies a range of memory into a buffer. | 
|  int | Address.hashCode()Gets a hashcode value for this address which is just the address itself. | 
|  int | Offset.hashCode()Gets a hashcode value for this offset which is just the value itself. | 
|  int | UWord.hashCode()Gets a hashcode value for this word which is just the value itself. | 
| static void | NativeUnsafe.hostedInit()Do this little dance to avoid initializing static variables only used in a hosted environment. | 
| static void | NativeUnsafe.initialize(byte[] buffer,
           BitSet oopMap,
           boolean append)Initialize or appends to the contents of memory. | 
| static void | NativeUnsafe.setMemorySize(int newSize)Sets the size of used/initialized memory. | 
|  String | Address.toString()Gets a string representation of this address. | 
|  String | Offset.toString()Gets a string representation of this offset. | 
|  String | UWord.toString()Gets a string representation of this word. | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||