Searched refs:is_keyed_store_stub (Results 1 – 4 of 4) sorted by relevance
127 return code->is_keyed_store_stub() && in StoreIsMonomorphicNormal()146 return code->is_keyed_store_stub() && in StoreIsMegamorphicWithTypeInfo()
625 ASSERT(target()->is_keyed_store_stub()); in KeyedStoreIC()
1505 } else if (stub->is_keyed_load_stub() || stub->is_keyed_store_stub()) { in GetReceiverMapsForStub()
4210 inline bool is_keyed_store_stub() { return kind() == KEYED_STORE_IC; } in is_keyed_store_stub() function