Home
last modified time | relevance | path

Searched refs:FORCE_FIELD (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/cctest/
Dtest-field-type-tracking.cc440 map, 0, kData, NONE, Representation::None(), none_type, FORCE_FIELD); in TEST()
453 map, 0, kData, NONE, Representation::None(), none_type, FORCE_FIELD); in TEST()
577 Representation::Tagged(), any_type, FORCE_FIELD); in TestGeneralizeRepresentation()
594 to_representation, to_type, FORCE_FIELD); in TestGeneralizeRepresentation()
894 map, i, kData, NONE, Representation::Double(), any_type, FORCE_FIELD); in TEST()
1582 FORCE_FIELD); in TEST()
1681 map, i, kData, NONE, to_representation, to_type, FORCE_FIELD); in TestGeneralizeRepresentationWithSpecialTransition()
Dtest-unboxed-doubles.cc1601 map, 0, kData, NONE, Representation::Tagged(), any_type, FORCE_FIELD); in TestWriteBarrierObjectShiftFieldsRight()
/external/v8/src/
Dobjects.cc3077 if (store_mode == FORCE_FIELD && in CopyGeneralizeAllRepresentations()
3103 details.type() == DATA_CONSTANT && store_mode == FORCE_FIELD, in CopyGeneralizeAllRepresentations()
3384 DCHECK(store_mode != FORCE_FIELD || modify_index >= 0); in ReconfigureProperty()
3454 if ((old_details.type() != DATA && store_mode == FORCE_FIELD) || in ReconfigureProperty()
3479 DCHECK_EQ(FORCE_FIELD, store_mode); in ReconfigureProperty()
3561 (store_mode != FORCE_FIELD || in ReconfigureProperty()
3658 DCHECK_EQ(FORCE_FIELD, store_mode); in ReconfigureProperty()
3750 DCHECK_EQ(FORCE_FIELD, store_mode); in ReconfigureProperty()
3810 DCHECK(store_mode != FORCE_FIELD || in ReconfigureProperty()
3866 old_details.location() == kDescriptor && store_mode == FORCE_FIELD, in ReconfigureProperty()
[all …]
Dobjects.h244 enum StoreMode { ALLOW_IN_DESCRIPTOR, FORCE_FIELD }; enumerator