Searched refs:callFeedback (Results 1 – 4 of 4) sorted by relevance
633 return os << p.loadFeedback() << ", " << p.callFeedback(); in operator <<()639 lhs.callFeedback() == rhs.callFeedback(); in operator ==()654 FeedbackSource::Hash()(p.callFeedback())); in hash_value()
1464 Node* call_slot = jsgraph()->SmiConstant(p.callFeedback().slot.ToInt()); in ReduceJSGetIterator()1465 Node* call_feedback = jsgraph()->HeapConstant(p.callFeedback().vector); in ReduceJSGetIterator()1516 broker()->GetFeedbackForCall(p.callFeedback()); in ReduceJSGetIterator()1521 JSCallNode::ArityForArgc(0), CallFrequency(), p.callFeedback(), in ReduceJSGetIterator()
394 jsgraph()->TaggedIndexConstant(p.callFeedback().slot.ToInt()); in LowerJSGetIterator()
810 FeedbackSource const& callFeedback() const { return call_feedback_; } in callFeedback() function