Home | History | Annotate | Download | only in src

Lines Matching refs:EntryToIndex

893   // See Dictionary::EntryToIndex().
895 Node* EntryToIndex(Node* entry, int field_index);
897 Node* EntryToIndex(Node* entry) {
898 return EntryToIndex<Dictionary>(entry, Dictionary::kEntryKeyIndex);