Home | History | Annotate | Download | only in src

Lines Matching refs:MapWord

820 // encoded in the first word.  The class MapWord is an abstraction of the
822 class MapWord BASE_EMBEDDED {
827 static inline MapWord FromMap(Map* map);
842 static inline MapWord FromForwardingAddress(HeapObject* object);
877 static inline MapWord EncodeAddress(Address map_address, int offset);
891 static inline MapWord FromEncodedAddress(Address address);
947 explicit MapWord(uintptr_t value) : value_(value) {}
964 inline MapWord map_word();
965 inline void set_map_word(MapWord map_word);