Home | History | Annotate | Download | only in src

Lines Matching refs:EntryToIndex

1851   Node* length = EntryToIndex<NameDictionary>(capacity);
4372 Node* CodeStubAssembler::EntryToIndex(Node* entry, int field_index) {
4378 template Node* CodeStubAssembler::EntryToIndex<NameDictionary>(Node*, int);
4379 template Node* CodeStubAssembler::EntryToIndex<GlobalDictionary>(Node*, int);
4380 template Node* CodeStubAssembler::EntryToIndex<SeededNumberDictionary>(Node*,
4457 Node* index = EntryToIndex<Dictionary>(entry);
4484 Node* index = EntryToIndex<Dictionary>(entry);
4563 Node* index = EntryToIndex<Dictionary>(entry);