Lines Matching refs:entry
3037 // Calculates array index for given dictionary entry and entry field.
3040 TNode<IntPtrT> EntryToIndex(TNode<IntPtrT> entry, int field_index);
3042 TNode<IntPtrT> EntryToIndex(TNode<IntPtrT> entry) {
3043 return EntryToIndex<Dictionary>(entry, Dictionary::kEntryKeyIndex);
3046 // Loads the details for the entry with the given key_index.
3052 // Loads the value for the entry with the given key_index.
3058 // Stores the details for the entry with the given key_index.
3064 // Stores the value for the entry with the given key_index.
3137 // Looks up an entry in a NameDictionaryBase successor. If the entry is found
3139 // key field of the entry found. If the key is not found control goes to
3288 // contain a dictionary and an index of the key field of the found entry.
3293 // entry! This has to be done by the caller.
3932 // entry with given name (note that there could be multiple entries with
3957 // Converts [Descriptor/Transition]Array entry number to a fixed array index.
4088 TNode<IntPtrT> enum_index, TNode<Int32T> entry);
4091 TNode<IntPtrT> entry);
4094 TNode<IntPtrT> entry,
4101 TNode<IntPtrT> capacity, TNode<IntPtrT> entry,
4108 TNode<IntPtrT> entry);
4112 TNode<IntPtrT> entry,