Lines Matching refs:entry
41 inline Object ValueAt(InternalIndex entry);
42 inline Object ValueAt(PtrComprCageBase cage_base, InternalIndex entry);
44 inline base::Optional<Object> TryValueAt(InternalIndex entry);
46 // Set the value for entry.
47 inline void ValueAtPut(InternalIndex entry, Object value);
49 // Returns the property details for the property at entry.
50 inline PropertyDetails DetailsAt(InternalIndex entry);
52 // Set the details for entry.
53 inline void DetailsAtPut(InternalIndex entry, PropertyDetails value);
59 Isolate* isolate, Handle<Derived> dictionary, InternalIndex entry);
72 inline void ClearEntry(InternalIndex entry);
74 // Sets the entry to (key, value) pair.
75 inline void SetEntry(InternalIndex entry, Object key, Object value,
79 inline ObjectSlot RawFieldOfValueAt(InternalIndex entry);
111 static inline PropertyDetails DetailsAt(Dictionary dict, InternalIndex entry);
114 static inline void DetailsAtPut(Dictionary dict, InternalIndex entry,
197 inline Name NameAt(InternalIndex entry);
198 inline Name NameAt(PtrComprCageBase cage_base, InternalIndex entry);
216 static inline PropertyDetails DetailsAt(Dictionary dict, InternalIndex entry);
219 static inline void DetailsAtPut(Dictionary dict, InternalIndex entry,
235 inline Object ValueAt(InternalIndex entry);
236 inline Object ValueAt(PtrComprCageBase cage_base, InternalIndex entry);
237 inline PropertyCell CellAt(InternalIndex entry);
238 inline PropertyCell CellAt(PtrComprCageBase cage_base, InternalIndex entry);
239 inline void SetEntry(InternalIndex entry, Object key, Object value,
241 inline void ClearEntry(InternalIndex entry);
242 inline Name NameAt(InternalIndex entry);
243 inline Name NameAt(PtrComprCageBase cage_base, InternalIndex entry);
244 inline void ValueAtPut(InternalIndex entry, Object value);
280 InternalIndex entry) {
285 static inline void DetailsAtPut(Dictionary dict, InternalIndex entry,
293 // SimpleNumberDictionary is used to map number to an entry.
315 // and stores property details for every entry.