Package com.oracle.truffle.object
Class ObjectStorageOptions
- java.lang.Object
-
- com.oracle.truffle.object.ObjectStorageOptions
-
public class ObjectStorageOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
BooleanLocations
static boolean
DoubleLocations
static boolean
DumpShapes
static boolean
InObjectFields
Allocation of in-object fields.static boolean
IntegerLocations
static boolean
LongLocations
static boolean
PrimitiveLocations
Primitive location switch.static boolean
Profile
static int
ProfileTopResults
static boolean
TraceReshape
static boolean
TypedObjectLocations
-
Constructor Summary
Constructors Constructor Description ObjectStorageOptions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
booleanOption(java.lang.String name, boolean defaultValue)
-
-
-
Field Detail
-
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
-
-