Lines Matching refs:index
178 inline Handle<FeedbackCell> GetFeedbackCell(int index);
179 inline FeedbackCell cell(int index);
245 // Conversion from a slot to an integer index to the underlying array.
248 // Conversion from an integer index to the underlying array to a slot.
249 static inline FeedbackSlot ToSlot(intptr_t index);
260 // Returns the feedback cell at |index| that is used to create the
262 inline Handle<FeedbackCell> GetClosureFeedbackCell(int index) const;
263 inline FeedbackCell closure_feedback_cell(int index) const;
335 static constexpr int OffsetOfElementAt(int index) {
336 return kRawFeedbackSlotsOffset + index * kTaggedSize;
382 // index is constant. If other slots are added before the TypeProfileSlot,
573 inline int32_t get(int index) const;
574 inline void set(int index, int32_t value);