Searched refs:is_keyed_store_stub (Results 1 – 4 of 4) sorted by relevance
96 return target()->is_store_stub() || target()->is_keyed_store_stub(); in IsStoreStub()549 DCHECK(target()->is_keyed_store_stub()); in KeyedStoreIC()
88 return code->is_keyed_store_stub() && in StoreIsKeyedPolymorphic()
4933 return is_keyed_load_stub() || is_keyed_store_stub(); in is_keyed_stub()
5049 inline bool is_keyed_store_stub() { return kind() == KEYED_STORE_IC; } in is_keyed_store_stub() function