Home | History | Annotate | Download | only in src

Lines Matching refs:store_mode

1846                                StoreFromKeyed store_mode,
1855 } else if (!object->TooManyFastProperties(store_mode)) {
1912 JSReceiver::StoreFromKeyed store_mode,
1938 AddFastProperty(object, name, value, attributes, store_mode,
2265 StoreMode store_mode) {
2268 new_field_type, store_mode);
2286 StoreMode store_mode,
2303 if (store_mode == FORCE_FIELD && details.type() != FIELD) {
2323 details.type() == CONSTANT && store_mode == FORCE_FIELD,
2334 StoreMode store_mode,
2338 return CopyGeneralizeAllRepresentations(map, modify_index, store_mode,
2553 StoreMode store_mode) {
2589 old_map, modify_index, store_mode, "not equivalent");
2594 if ((old_details.type() != FIELD && store_mode == FORCE_FIELD) ||
2599 old_map, modify_index, store_mode, "root modification");
2621 old_map, modify_index, store_mode, "incompatible");
2658 (store_mode != FORCE_FIELD ||
2685 old_map, modify_index, store_mode, "incompatible");
2731 (modify_index == i && store_mode == FORCE_FIELD) ||
2785 if (modify_index == i && store_mode == FORCE_FIELD) {
2807 ASSERT(store_mode != FORCE_FIELD ||
2831 old_details.type() == CONSTANT && store_mode == FORCE_FIELD,
2974 StoreFromKeyed store_mode) {
2981 store_mode);
3504 StoreFromKeyed store_mode) {
3510 result, key, value, attributes, strict_mode, store_mode);
4034 StoreFromKeyed store_mode) {
4062 lookup, name, value, attributes, strict_mode, store_mode);
4082 object, name, value, attributes, strict_mode, store_mode);