Searched refs:STANDARD_STORE (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/ic/ |
D | ic.cc | 1718 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/ |
D | code-stubs.cc | 438 StoreFastElementStub(isolate, false, HOLEY_ELEMENTS, STANDARD_STORE) in GenerateAheadOfTime() 445 StoreFastElementStub(isolate, true, kind, STANDARD_STORE).GetCode(); in GenerateAheadOfTime()
|
D | objects.h | 198 STANDARD_STORE, enumerator 234 case STANDARD_STORE: in GetNonTransitioningStoreMode() 238 receiver_was_cow ? STORE_NO_TRANSITION_HANDLE_COW : STANDARD_STORE; in GetNonTransitioningStoreMode()
|
D | feedback-vector.cc | 1069 KeyedAccessStoreMode mode = STANDARD_STORE; in GetKeyedAccessStoreMode()
|
D | code-stub-assembler.cc | 9591 DCHECK_EQ(STANDARD_STORE, store_mode); in EmitElementStore()
|
/external/v8/src/compiler/ |
D | js-native-context-specialization.cc | 1666 load_mode, STANDARD_STORE); in ReduceJSLoadProperty()
|
/external/v8/src/builtins/ |
D | builtins-array-gen.cc | 364 KeyedAccessStoreMode::STANDARD_STORE, &detached, in TypedArrayMapProcessor()
|