Home
last modified time | relevance | path

Searched refs:callFeedback (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-operator.cc633 return os << p.loadFeedback() << ", " << p.callFeedback(); in operator <<()
639 lhs.callFeedback() == rhs.callFeedback(); in operator ==()
654 FeedbackSource::Hash()(p.callFeedback())); in hash_value()
Djs-native-context-specialization.cc1464 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()
Djs-generic-lowering.cc394 jsgraph()->TaggedIndexConstant(p.callFeedback().slot.ToInt()); in LowerJSGetIterator()
Djs-operator.h810 FeedbackSource const& callFeedback() const { return call_feedback_; } in callFeedback() function