Searched refs:GetClosureFeedbackCell (Results 1 – 5 of 5) sorted by relevance
193 Handle<FeedbackCell> FeedbackVector::GetClosureFeedbackCell(int index) const { in GetClosureFeedbackCell() function
262 inline Handle<FeedbackCell> GetClosureFeedbackCell(int index) const;
621 FeedbackCellRef GetClosureFeedbackCell(int index) const;
1177 FeedbackCellRef FeedbackVectorRef::GetClosureFeedbackCell(int index) const { in GetClosureFeedbackCell() function in v8::internal::compiler::FeedbackVectorRef
1114 return jsgraph()->Constant(feedback_vector().GetClosureFeedbackCell(index)); in BuildLoadFeedbackCell()