Searched defs:MapWord (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dobjects.h1111 // encoded in the first word. The class MapWord is an abstraction of the
1113 class MapWord BASE_EMBEDDED {
1118 static inline MapWord FromMap(Map* map);
1133 static inline MapWord FromForwardingAddress(HeapObject* object);
1138 static inline MapWord FromRawValue(uintptr_t value) {
1139 return MapWord(value);
1150 explicit MapWord(uintptr_t value) : value_(value) {} function in class:v8::internal::BASE_EMBEDDED
1171 inline MapWord map_word();
1172 inline void set_map_word(MapWord map_word);

Completed in 360 milliseconds