Searched refs:is_store_stub (Results 1 – 2 of 2) sorted by relevance
96 return target()->is_store_stub() || target()->is_keyed_store_stub(); in IsStoreStub()
5048 inline bool is_store_stub() { return kind() == STORE_IC; } in is_store_stub() function