Lines Matching defs:cell
24 #include "src/objects/feedback-cell-inl.h"
334 FeedbackCellRef cell = n.GetFeedbackCellRefChecked(broker());
335 return cell.shared_function_info();
337 FeedbackCellRef cell = MakeRef(broker(), FeedbackCellOf(match.op()));
338 return cell.shared_function_info();
366 // Load the feedback vector of the target by looking up its vector cell at
369 FeedbackCellRef cell = n.GetFeedbackCellRefChecked(broker());
373 return cell;
375 FeedbackCellRef cell = MakeRef(broker(), FeedbackCellOf(match.op()));
384 return cell;