Home
last modified time | relevance | path

Searched refs:STANDARD_STORE (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/ic/
Dhandler-configuration-inl.h164 case STANDARD_STORE: in StoreSloppyArgumentsBuiltin()
179 case STANDARD_STORE: in StoreFastElementBuiltin()
195 case STANDARD_STORE: in ElementsTransitionAndStoreBuiltin()
Dhandler-configuration.cc195 return STANDARD_STORE; in GetKeyedAccessStoreMode()
201 return STANDARD_STORE; in GetKeyedAccessStoreMode()
437 case STANDARD_STORE: in KeyedAccessStoreModeToString()
Dhandler-configuration.h364 Isolate* isolate, KeyedAccessStoreMode store_mode = STANDARD_STORE);
Dic.cc103 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()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-handler-gen.cc176 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()
Dbuiltins-array-gen.cc78 KeyedAccessStoreMode::STANDARD_STORE, &detached, context()); in TypedArrayMapProcessor()
/third_party/node/deps/v8/src/objects/
Dfeedback-vector.cc1179 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()
/third_party/node/deps/v8/src/common/
Dglobals.h1767 STANDARD_STORE, enumerator
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc11232 DCHECK_EQ(store_mode, STANDARD_STORE); in EmitElementStoreTypedArray()