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

/external/chromium_org/v8/src/
H A Dobjects.h1278 // encoded in the first word. The class MapWord is an abstraction of the
1280 class MapWord BASE_EMBEDDED {
1285 static inline MapWord FromMap(const Map* map);
1300 static inline MapWord FromForwardingAddress(HeapObject* object);
1305 static inline MapWord FromRawValue(uintptr_t value) {
1306 return MapWord(value);
1317 explicit MapWord(uintptr_t value) : value_(value) {} function in class:v8::internal::BASE_EMBEDDED
1338 inline MapWord synchronized_map_word() const;
1343 inline void synchronized_set_map_word(MapWord map_word);
1347 inline MapWord map_wor
[all...]

Completed in 95 milliseconds