Lines Matching refs:index
188 // Returns the index for an entry (of the key)
193 // Returns the entry for an index (of the key)
194 static constexpr inline InternalIndex IndexToEntry(int index) {
195 return InternalIndex((index - kElementsStartIndex) / kEntrySize);
198 // Returns the index for a slot address in the object.
245 inline void set_key(int index, Object value);
246 inline void set_key(int index, Object value, WriteBarrierMode mode);
356 // Returns the index to the value of an entry.
410 inline void set_key(int index, Object value);
411 inline void set_key(int index, Object value, WriteBarrierMode mode);