Lines Matching refs:EntryToIndex
2763 Object* KeyAt(int entry) { return get(EntryToIndex(entry)); }
2799 // FixedArray. Staying below kMaxCapacity also ensures that EntryToIndex
2814 static inline int EntryToIndex(int entry) {
2987 return this->get(HashTable<Shape, Key>::EntryToIndex(entry) + 1);
2992 this->set(HashTable<Shape, Key>::EntryToIndex(entry) + 1, value);
2999 Smi::cast(this->get(HashTable<Shape, Key>::EntryToIndex(entry) + 2)));
3004 this->set(HashTable<Shape, Key>::EntryToIndex(entry) + 2, value.AsSmi());
3279 return EntryToIndex(entry) + 1;