Package com.oracle.truffle.object
Class ObjectStorageOptions
java.lang.Object
com.oracle.truffle.object.ObjectStorageOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic boolean
static boolean
static final boolean
static boolean
Allocation of in-object fields.static boolean
static boolean
static boolean
Primitive location switch.static final boolean
static final int
static final boolean
static boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
booleanOption
(String name, boolean defaultValue)
-
Field Details
-
PrimitiveLocations
public static boolean PrimitiveLocationsPrimitive 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 InObjectFieldsAllocation 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
-