Home
last modified time | relevance | path

Searched refs:IsAnyStore (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/ic/
Dic.h55 bool IsAnyStore() const { in IsAnyStore() function
262 DCHECK(IsAnyStore()); in StoreIC()
Dic.cc773 DCHECK(IsAnyLoad() || IsAnyStore() || IsAnyHas()); in SetCache()
853 DCHECK(IsAnyStore()); in stub_cache()
/third_party/node/deps/v8/src/compiler/
Dheap-refs.h58 inline bool IsAnyStore(AccessMode mode) { in IsAnyStore() function
Djs-native-context-specialization.cc2899 if (IsAnyStore(keyed_mode.access_mode()) && in BuildElementAccess()