Home | History | Annotate | Download | only in src

Lines Matching refs:EntryToIndex

3239   Object* KeyAt(int entry) { return get(EntryToIndex(entry) + kEntryKeyIndex); }
3251 static inline int EntryToIndex(int entry) {
3286 // FixedArray. Staying below kMaxCapacity also ensures that EntryToIndex
3410 return this->get(Derived::EntryToIndex(entry) + 1);
3415 this->set(Derived::EntryToIndex(entry) + 1, value);
3560 Dictionary::EntryToIndex(entry) + Dictionary::kEntryDetailsIndex)));
3567 dict->set(Dictionary::EntryToIndex(entry) + Dictionary::kEntryDetailsIndex,
3806 return EntryToIndex(entry) + 1;
3886 int EntryToIndex(int entry) {
3906 Object* next_entry = get(EntryToIndex(entry) + kChainOffset);
3913 return get(EntryToIndex(entry));
4067 return EntryToIndex(entry) + 1;