Home
last modified time | relevance | path

Searched refs:nexus_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ic/
Dic.h163 const FeedbackNexus* nexus() const { return &nexus_; } in nexus()
164 FeedbackNexus* nexus() { return &nexus_; } in nexus()
203 FeedbackNexus nexus_; variable
Dic.cc163 nexus_(vector, slot) { in IC()
197 kind_ = nexus_.kind(); in IC()
198 state_ = nexus_.StateFromFeedback(); in IC()