Class ObjectStorageOptions

java.lang.Object
com.oracle.truffle.object.ObjectStorageOptions

public class ObjectStorageOptions extends Object
  • Field Details

    • PrimitiveLocations

      public static boolean PrimitiveLocations
      Primitive location switch.
    • IntegerLocations

      public static boolean IntegerLocations
    • DoubleLocations

      public static boolean DoubleLocations
    • LongLocations

      public static boolean LongLocations
    • BooleanLocations

      public static boolean BooleanLocations
    • TypedObjectLocations

      public static boolean TypedObjectLocations
    • InObjectFields

      public static boolean InObjectFields
      Allocation of in-object fields.
    • TraceReshape

      public static final boolean TraceReshape
    • DumpShapes

      public static final boolean DumpShapes
    • Profile

      public static final boolean Profile
    • ProfileTopResults

      public static final int ProfileTopResults
  • Constructor Details

    • ObjectStorageOptions

      public ObjectStorageOptions()
  • Method Details

    • booleanOption

      public static boolean booleanOption(String name, boolean defaultValue)