Lines Matching refs:entry

50 //     entry in the hash table, the 7 lowest bits of the key's hash. The first
68 // The i-th entry in the enumeration table
69 // contains the number of the bucket representing the i-th entry of the
86 Isolate* isolate, Handle<SwissNameDictionary> table, InternalIndex entry);
100 inline bool ToKey(ReadOnlyRoots roots, InternalIndex entry, Object* out_key);
102 inline Object KeyAt(InternalIndex entry);
103 inline Name NameAt(InternalIndex entry);
104 inline Object ValueAt(InternalIndex entry);
106 inline base::Optional<Object> TryValueAt(InternalIndex entry);
107 inline PropertyDetails DetailsAt(InternalIndex entry);
109 inline void ValueAtPut(InternalIndex entry, Object value);
110 inline void DetailsAtPut(InternalIndex entry, PropertyDetails value);
180 // For the given enumeration index, returns the entry (= bucket of the Swiss
219 // Defines how many kTaggedSize sized values are associcated which each entry
226 // means that the corresponding meta table entry resides at an offset of {i *
233 // Field index of the first entry of the enumeration table (which is part of
238 // byte per entry.
241 // bytes per entry.
277 // Sets key and value to the hole for the given entry.
278 inline void ClearDataTableEntry(Isolate* isolate, int entry);
279 inline void SetKey(int entry, Object key);
281 inline void DetailsAtPut(int entry, PropertyDetails value);
282 inline void ValueAtPut(int entry, Object value);
284 inline PropertyDetails DetailsAt(int entry);
285 inline Object ValueAtRaw(int entry);
286 inline Object KeyAt(int entry);
288 inline bool ToKey(ReadOnlyRoots roots, int entry, Object* out_key);
292 // must have sufficient room. Returns the entry (= bucket) used by the new
309 inline void SetCtrl(int entry, ctrl_t h);
310 inline ctrl_t GetCtrl(int entry);
312 inline Object LoadFromDataTable(int entry, int data_offset);
313 inline Object LoadFromDataTable(PtrComprCageBase cage_base, int entry,
315 inline void StoreToDataTable(int entry, int data_offset, Object data);
316 inline void StoreToDataTableNoBarrier(int entry, int data_offset,
326 // Sets that the entry with the given |enumeration_index| is stored at the
328 inline void SetEntryForEnumerationIndex(int enumeration_index, int entry);