Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dic.cc1755 old_store_mode == STANDARD_STORE && in StoreElementStub()
1796 if (old_store_mode != STANDARD_STORE) { in StoreElementStub()
1797 if (store_mode == STANDARD_STORE) { in StoreElementStub()
1808 if (store_mode != STANDARD_STORE) { in StoreElementStub()
1854 case STANDARD_STORE: in ComputeTransitionedMap()
1941 return STANDARD_STORE; in GetStoreMode()
Dcode-stubs-hydrogen.cc571 false, NEVER_RETURN_HOLE, STANDARD_STORE); in BuildCodeStub()
628 false, NEVER_RETURN_HOLE, STANDARD_STORE); in BuildCodeStub()
Dstub-cache.cc159 ASSERT(STANDARD_STORE == in ComputeMonomorphicIC()
229 ASSERT(store_mode == STANDARD_STORE || in ComputeKeyedStoreElement()
637 ASSERT(store_mode == STANDARD_STORE || in ComputeStoreElementPolymorphic()
Dtype-info.cc188 return STANDARD_STORE; in GetStoreMode()
Dast.h373 return STANDARD_STORE; in GetStoreMode()
1700 return STANDARD_STORE; in GetStoreMode()
2029 store_mode_(STANDARD_STORE), in CountOperation()
Dic.h743 return ComputeExtraICState(strict_mode(), STANDARD_STORE); in extra_ic_state()
Dast.cc142 store_mode_(STANDARD_STORE) { } in Assignment()
Dobjects.h163 STANDARD_STORE, enumerator
189 STANDARD_STORE;
190 STATIC_ASSERT(STANDARD_STORE == 0);
213 return store_mode > STANDARD_STORE && in IsTransitionStoreMode()
227 return STANDARD_STORE; in GetNonTransitioningStoreMode()
Dhydrogen.cc2080 ASSERT(store_mode == STANDARD_STORE); in BuildUncheckedMonomorphicElementAccess()
6290 false, NEVER_RETURN_HOLE, STANDARD_STORE); in TryBuildConsolidatedElementLoad()
7639 receiver, key, NULL, NULL, map, false, STANDARD_STORE); in VisitCall()