Searched refs:is_keyed_load_stub (Results 1 – 3 of 3) sorted by relevance
92 return target()->is_load_stub() || target()->is_keyed_load_stub(); in IsLoadStub()402 DCHECK(target()->is_keyed_load_stub()); in KeyedLoadIC()
4933 return is_keyed_load_stub() || is_keyed_store_stub(); in is_keyed_stub()
5047 inline bool is_keyed_load_stub() { return kind() == KEYED_LOAD_IC; } in is_keyed_load_stub() function