Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic-inl.h122 Code* IC::raw_target() const { in raw_target() function
126 void IC::UpdateTarget() { target_ = handle(raw_target(), isolate_); } in UpdateTarget()
Dic.h222 inline Code* raw_target() const;
Dic.cc94 UseVector() ? nexus()->StateFromFeedback() : raw_target()->ic_state(); in TraceIC()
103 Code* new_target = raw_target(); in TraceIC()
183 target_ = handle(raw_target(), isolate); in IC()