Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic.cc1718 old_store_mode == STANDARD_STORE && in UpdateStoreElement()
1756 if (old_store_mode != STANDARD_STORE) { in UpdateStoreElement()
1757 if (store_mode == STANDARD_STORE) { in UpdateStoreElement()
1768 if (store_mode != STANDARD_STORE) { in UpdateStoreElement()
1822 case STANDARD_STORE: in ComputeTransitionedMap()
1831 DCHECK(store_mode == STANDARD_STORE || in StoreElementHandler()
1883 DCHECK(store_mode == STANDARD_STORE || in StoreElementPolymorphicHandlers()
1978 : STANDARD_STORE; in GetStoreMode()
2039 KeyedAccessStoreMode store_mode = STANDARD_STORE; in Store()
2131 KeyedAccessStoreMode store_mode = STANDARD_STORE; in Store()
/external/v8/src/
Dcode-stubs.cc438 StoreFastElementStub(isolate, false, HOLEY_ELEMENTS, STANDARD_STORE) in GenerateAheadOfTime()
445 StoreFastElementStub(isolate, true, kind, STANDARD_STORE).GetCode(); in GenerateAheadOfTime()
Dobjects.h198 STANDARD_STORE, enumerator
234 case STANDARD_STORE: in GetNonTransitioningStoreMode()
238 receiver_was_cow ? STORE_NO_TRANSITION_HANDLE_COW : STANDARD_STORE; in GetNonTransitioningStoreMode()
Dfeedback-vector.cc1069 KeyedAccessStoreMode mode = STANDARD_STORE; in GetKeyedAccessStoreMode()
Dcode-stub-assembler.cc9591 DCHECK_EQ(STANDARD_STORE, store_mode); in EmitElementStore()
/external/v8/src/compiler/
Djs-native-context-specialization.cc1666 load_mode, STANDARD_STORE); in ReduceJSLoadProperty()
/external/v8/src/builtins/
Dbuiltins-array-gen.cc364 KeyedAccessStoreMode::STANDARD_STORE, &detached, in TypedArrayMapProcessor()