Lines Matching defs:object
18 #include "src/objects/object-macros.h"
46 // // Returns the hash value for object.
47 // static uint32_t HashForObject(ReadOnlyRoots roots, Object object);
48 // // Convert key to an object.
131 // Returns a new HashTable object.
198 // Returns the index for a slot address in the object.
199 static constexpr inline int SlotToIndex(Address object, Address slot) {
200 return static_cast<int>((slot - object - kHeaderSize) / kTaggedSize);
249 // Ensure that kMaxRegularCapacity yields a non-large object dictionary.
296 // Returns whether the other object matches this key.
318 static inline uint32_t HashForObject(ReadOnlyRoots roots, Object object);
376 // ObjectHashTable maps keys that are arbitrary objects to object values by
445 static inline uint32_t HashForObject(ReadOnlyRoots roots, Object object);
486 static inline uint32_t HashForObject(ReadOnlyRoots roots, Object object);
522 #include "src/objects/object-macros-undef.h"