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 booleanBooleanLocationsstatic booleanDoubleLocationsstatic booleanDumpShapesstatic booleanInObjectFieldsAllocation of in-object fields.static booleanIntegerLocationsstatic booleanLongLocationsstatic booleanPrimitiveLocationsPrimitive location switch.static booleanProfilestatic intProfileTopResultsstatic booleanTraceReshapestatic booleanTypedObjectLocations
-
Constructor Summary
Constructors Constructor Description ObjectStorageOptions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanbooleanOption(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
-
-