Searched refs:STANDARD_STORE (Results 1 – 9 of 9) sorted by relevance
164 case STANDARD_STORE: in StoreSloppyArgumentsBuiltin()179 case STANDARD_STORE: in StoreFastElementBuiltin()195 case STANDARD_STORE: in ElementsTransitionAndStoreBuiltin()
195 return STANDARD_STORE; in GetKeyedAccessStoreMode()201 return STANDARD_STORE; in GetKeyedAccessStoreMode()437 case STANDARD_STORE: in KeyedAccessStoreModeToString()
364 Isolate* isolate, KeyedAccessStoreMode store_mode = STANDARD_STORE);
103 case STANDARD_STORE: in GetModifier()2247 old_store_mode == STANDARD_STORE && store_mode != STANDARD_STORE) { in UpdateStoreElement()2288 if (old_store_mode != STANDARD_STORE) { in UpdateStoreElement()2289 if (store_mode == STANDARD_STORE) { in UpdateStoreElement()2300 if (store_mode != STANDARD_STORE) { in UpdateStoreElement()2483 return receiver->elements().IsCowArray() ? STORE_HANDLE_COW : STANDARD_STORE; in GetStoreMode()2548 KeyedAccessStoreMode store_mode = STANDARD_STORE; in Store()2650 KeyedAccessStoreMode store_mode = STANDARD_STORE; in Store()
176 Generate_ElementsTransitionAndStore(STANDARD_STORE); in TF_BUILTIN()298 store_mode == STANDARD_STORE || store_mode == STORE_IGNORE_OUT_OF_BOUNDS; in Generate_StoreFastElementIC()319 Generate_StoreFastElementIC(STANDARD_STORE); in TF_BUILTIN()
78 KeyedAccessStoreMode::STANDARD_STORE, &detached, context()); in TypedArrayMapProcessor()
1179 return STANDARD_STORE; in KeyedAccessStoreModeForBuiltin()1203 KeyedAccessStoreMode mode = STANDARD_STORE; in GetKeyedAccessStoreMode()1221 if (mode != STANDARD_STORE) return mode; in GetKeyedAccessStoreMode()1235 if (mode != STANDARD_STORE) return mode; in GetKeyedAccessStoreMode()1239 if (mode != STANDARD_STORE) return mode; in GetKeyedAccessStoreMode()
1767 STANDARD_STORE, enumerator
11232 DCHECK_EQ(store_mode, STANDARD_STORE); in EmitElementStoreTypedArray()