Lines Matching refs:store_mode
203 static inline bool IsTransitionStoreMode(KeyedAccessStoreMode store_mode) { in IsTransitionStoreMode() argument
204 return store_mode == STORE_TRANSITION_TO_OBJECT || in IsTransitionStoreMode()
205 store_mode == STORE_TRANSITION_TO_DOUBLE || in IsTransitionStoreMode()
206 store_mode == STORE_AND_GROW_TRANSITION_TO_OBJECT || in IsTransitionStoreMode()
207 store_mode == STORE_AND_GROW_TRANSITION_TO_DOUBLE; in IsTransitionStoreMode()
212 KeyedAccessStoreMode store_mode) { in GetNonTransitioningStoreMode() argument
213 if (store_mode >= STORE_NO_TRANSITION_IGNORE_OUT_OF_BOUNDS) { in GetNonTransitioningStoreMode()
214 return store_mode; in GetNonTransitioningStoreMode()
216 if (store_mode >= STORE_AND_GROW_NO_TRANSITION) { in GetNonTransitioningStoreMode()
223 static inline bool IsGrowStoreMode(KeyedAccessStoreMode store_mode) { in IsGrowStoreMode() argument
224 return store_mode >= STORE_AND_GROW_NO_TRANSITION && in IsGrowStoreMode()
225 store_mode <= STORE_AND_GROW_TRANSITION_TO_DOUBLE; in IsGrowStoreMode()
1252 StoreFromKeyed store_mode);
1256 StoreFromKeyed store_mode = MAY_BE_STORE_FROM_KEYED);
1260 StoreFromKeyed store_mode);
1282 ShouldThrow should_throw, StoreFromKeyed store_mode);
1413 StoreFromKeyed store_mode, bool* found);
5670 StoreMode store_mode);
5672 Handle<Map> map, int modify_index, StoreMode store_mode,
5834 inline bool TooManyFastProperties(StoreFromKeyed store_mode);
5839 StoreFromKeyed store_mode);