Home
last modified time | relevance | path

Searched refs:is_keyed_load_stub (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ic/
Dic.h92 return target()->is_load_stub() || target()->is_keyed_load_stub(); in IsLoadStub()
402 DCHECK(target()->is_keyed_load_stub()); in KeyedLoadIC()
/external/v8/src/
Dobjects-inl.h4933 return is_keyed_load_stub() || is_keyed_store_stub(); in is_keyed_stub()
Dobjects.h5047 inline bool is_keyed_load_stub() { return kind() == KEYED_LOAD_IC; } in is_keyed_load_stub() function