Searched refs:FORCE_FIELD (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/v8/src/ |
D | bootstrapper.cc | 1133 Object::FORCE_TAGGED, FORCE_FIELD)); in InitializeGlobal() 1138 Object::FORCE_TAGGED, FORCE_FIELD)); in InitializeGlobal()
|
D | objects.cc | 2525 if (store_mode == FORCE_FIELD && details.type() != FIELD) { in CopyGeneralizeAllRepresentations() 2543 details.type() == CONSTANT && store_mode == FORCE_FIELD, in CopyGeneralizeAllRepresentations() 2776 store_mode == FORCE_FIELD, in GeneralizeRepresentation() 2799 map = GeneralizeRepresentation(map, i, new_representation, FORCE_FIELD); in GeneralizeAllFieldRepresentations() 3926 JSObject::FORCE_TAGGED, FORCE_FIELD, OMIT_TRANSITION); in SetPropertyUsingTransition() 3943 descriptor, value->OptimalRepresentation(), FORCE_FIELD); in SetPropertyUsingTransition() 3968 FORCE_FIELD); in SetPropertyToField() 4003 object, descriptor_index, Representation::Tagged(), FORCE_FIELD); in ConvertAndSetLocalProperty() 4007 descriptor_index, FORCE_FIELD, attributes, "attributes mismatch"); in ConvertAndSetLocalProperty() 8035 (store_mode == FORCE_FIELD && descriptor == modify_index) || in Merge() [all …]
|
D | ic.cc | 1487 value->OptimalRepresentation(), FORCE_FIELD); in LookupForWrite()
|
D | objects.h | 244 FORCE_FIELD enumerator
|
D | runtime.cc | 294 StoreMode mode = value->IsJSObject() ? FORCE_FIELD : ALLOW_AS_CONSTANT; in CreateObjectLiteralBoilerplate()
|