Home | History | Annotate | Download | only in src

Lines Matching refs:SetImpl

670     Subclass::SetImpl(holder, entry, value);
1559 static inline void SetImpl(Handle<JSObject> holder, uint32_t entry,
1561 SetImpl(holder->elements(), entry, value);
1564 static inline void SetImpl(FixedArrayBase* backing_store, uint32_t entry,
2109 Subclass::SetImpl(object, index, *value);
2335 Subclass::SetImpl(receiver, index, *obj_value);
2624 Subclass::SetImpl(raw_backing_store, dst_index + i, argument, mode);
2636 static inline void SetImpl(Handle<JSObject> holder, uint32_t entry,
2638 SetImpl(holder->elements(), entry, value);
2641 static inline void SetImpl(FixedArrayBase* backing_store, uint32_t entry,
2646 static inline void SetImpl(FixedArrayBase* backing_store, uint32_t entry,
2818 static inline void SetImpl(Handle<JSObject> holder, uint32_t entry,
2820 SetImpl(holder->elements(), entry, value);
2823 static inline void SetImpl(FixedArrayBase* backing_store, uint32_t entry,
2828 static inline void SetImpl(FixedArrayBase* backing_store, uint32_t entry,
2963 static inline void SetImpl(Handle<JSObject> holder, uint32_t entry,
2965 SetImpl(holder->elements(), entry, value);
2968 static inline void SetImpl(FixedArrayBase* backing_store, uint32_t entry,
2973 static inline void SetImpl(FixedArrayBase* backing_store, uint32_t entry,
3676 static inline void SetImpl(Handle<JSObject> holder, uint32_t entry,
3678 SetImpl(holder->elements(), entry, value);
3681 static inline void SetImpl(FixedArrayBase* store, uint32_t entry,
3705 ArgumentsAccessor::SetImpl(arguments, entry - length, value);
4173 FastHoleyObjectElementsAccessor::SetImpl(arguments, index, *value);
4286 static void SetImpl(Handle<JSObject> holder, uint32_t entry, Object* value) {
4291 BackingStoreAccessor::SetImpl(holder->elements(), entry - length, value);