Uses of Class
org.vmmagic.Unboxed

Packages that use Unboxed
org.vmmagic.unboxed   
 

Uses of Unboxed in org.vmmagic.unboxed
 

Classes in org.vmmagic.unboxed with annotations of type Unboxed
 class Address
          Stub implementation of an Address type, intended only to allow the core of MMTk to be compiled.
 class Extent
          Represents a pointer-sized unsigned integer used for describing a length in bytes.
 class ObjectReference
          The object reference type is used by the runtime system and collector to represent a type that holds a reference to a single object.
 class Offset
          Represents a pointer-sized signed integer used for describing an offset in bytes.
 class Word
          A generic pointer-sized integer.