Searched refs:STANDARD_STORE (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/ic/
H A Dic-compiler.cc73 DCHECK(STANDARD_STORE ==
129 DCHECK(store_mode == STANDARD_STORE ||
287 DCHECK(store_mode == STANDARD_STORE ||
H A Dic.cc1592 old_store_mode == STANDARD_STORE &&
1633 if (old_store_mode != STANDARD_STORE) {
1634 if (store_mode == STANDARD_STORE) {
1645 if (store_mode != STANDARD_STORE) {
1689 case STANDARD_STORE:
1777 return STANDARD_STORE;
/external/chromium_org/v8/src/
H A Dcode-stubs-hydrogen.cc547 NEVER_RETURN_HOLE, STANDARD_STORE);
1660 STANDARD_STORE));
1665 STANDARD_STORE));
1680 STANDARD_STORE));
H A Dtype-info.cc127 return STANDARD_STORE;
H A Dast.cc110 store_mode_(STANDARD_STORE) {}
H A Dast.h372 return STANDARD_STORE;
1697 return STANDARD_STORE;
2075 store_mode_(STANDARD_STORE),
H A Dobjects.h154 STANDARD_STORE, enumerator in enum:v8::internal::KeyedAccessStoreMode
186 STANDARD_STORE;
187 STATIC_ASSERT(STANDARD_STORE == 0);
210 return store_mode > STANDARD_STORE &&
224 return STANDARD_STORE;
H A Dhydrogen.cc2466 DCHECK(store_mode == STANDARD_STORE);
6987 LOAD, NEVER_RETURN_HOLE, STANDARD_STORE);

Completed in 1549 milliseconds