Home | History | Annotate | Download | only in src

Lines Matching refs:MapWord

1587 // encoded in the first word.  The class MapWord is an abstraction of the
1589 class MapWord BASE_EMBEDDED {
1594 static inline MapWord FromMap(const Map* map);
1609 static inline MapWord FromForwardingAddress(HeapObject* object);
1614 static inline MapWord FromRawValue(uintptr_t value) {
1615 return MapWord(value);
1626 explicit MapWord(uintptr_t value) : value_(value) {}
1647 inline MapWord synchronized_map_word() const;
1652 inline void synchronized_set_map_word(MapWord map_word);
1656 inline MapWord map_word() const;
1657 inline void set_map_word(MapWord map_word);