Home | History | Annotate | Download | only in src

Lines Matching refs:EntryToIndex

3401   Object* KeyAt(int entry) { return get(EntryToIndex(entry) + kEntryKeyIndex); }
3410 // FixedArray. Staying below kMaxCapacity also ensures that EntryToIndex
3416 static inline int EntryToIndex(int entry) {
3573 return this->get(Derived::EntryToIndex(entry) + 1);
3578 this->set(Derived::EntryToIndex(entry) + 1, value);
3724 Dictionary::EntryToIndex(entry) + Dictionary::kEntryDetailsIndex)));
3731 dict->set(Dictionary::EntryToIndex(entry) + Dictionary::kEntryDetailsIndex,
3993 return EntryToIndex(entry) + 1;
4090 int EntryToIndex(int entry) {
4110 Object* next_entry = get(EntryToIndex(entry) + kChainOffset);
4117 return get(EntryToIndex(entry));
4272 return EntryToIndex(entry) + 1;