Lines Matching defs:store
14 #include "src/ic/keyed-store-generic.h"
961 // Performs actions common to both load and store handlers:
1348 // The slow case calls into the runtime to complete the store without
1634 // store to ensure that heap verifier will not see the heap in
1803 // This is either element store or transitioning element store.
1884 // The slow case calls into the runtime to complete the store without
1903 // This is a case of "transitioning store" to a dictionary mode object
1953 Label store(this);
1954 GotoIf(Word32Equal(handler_kind, STORE_KIND(kApiSetter)), &store);
1960 Goto(&store);
1962 BIND(&store);
2021 Comment("field store");
2045 Comment("store tagged field");
2055 Comment("store heap object field");
2065 Comment("store smi field");
2078 Comment("store double field");
2189 // Do the store.
2244 // Previous property deletion could have left behind unused backing store
2256 // The size of a new properties backing store is guaranteed to be small
2257 // enough that the new backing store will be allocated in new space.
3834 // the cell has been invalidated and that the store must be handled by the
3848 Label constant(this), store(this), not_smi(this);
3857 &store);
3866 Goto(&store);
3874 Goto(&store);
3877 BIND(&store);
4855 // Copy the PropertyArray backing store. The source PropertyArray must be