Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-info.cc127 return code->is_keyed_store_stub() && in StoreIsMonomorphicNormal()
146 return code->is_keyed_store_stub() && in StoreIsMegamorphicWithTypeInfo()
Dic.h625 ASSERT(target()->is_keyed_store_stub()); in KeyedStoreIC()
Dic.cc1505 } else if (stub->is_keyed_load_stub() || stub->is_keyed_store_stub()) { in GetReceiverMapsForStub()
Dobjects.h4210 inline bool is_keyed_store_stub() { return kind() == KEYED_STORE_IC; } in is_keyed_store_stub() function