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

/external/chromium_org/v8/src/
H A Dproperty-details.h111 static Representation HeapObject() { return Representation(kHeapObject); } function in class:v8::internal::Representation
H A Dobjects.h57 // - HeapObject (superclass for everything allocated in the heap)
156 // HeapObject: [32 bit direct pointer] (4 byte aligned) | 01
334 // HeapObject::Size, HeapObject::IterateBody, the typeof operator, and
960 V(HeapObject) \
1415 return Representation::HeapObject();
1690 static inline MapWord FromForwardingAddress(HeapObject* object);
1693 inline HeapObject* ToForwardingAddress();
1704 // HeapObject calls the private constructor and directly reads the value.
1705 friend class HeapObject;
1715 class HeapObject: public Object { class in namespace:v8::internal
[all...]
/external/v8/tools/
H A Dgrokdump.py638 class HeapObject(object): class in inherits:object
651 return "HeapObject(%s, %s)" % (self.heap.reader.FormatIntPtr(self.address),
664 class Map(HeapObject):
669 HeapObject.__init__(self, heap, map, address)
674 class String(HeapObject):
679 HeapObject.__init__(self, heap, map, address)
751 class Oddball(HeapObject):
756 HeapObject.__init__(self, heap, map, address)
766 class FixedArray(HeapObject):
774 HeapObject
[all...]
/external/chromium_org/v8/tools/
H A Dgrokdump.py898 class HeapObject(object): class in inherits:object
911 return "HeapObject(%s, %s)" % (self.heap.reader.FormatIntPtr(self.address),
924 class Map(HeapObject):
1025 HeapObject.__init__(self, heap, map, address)
1030 class String(HeapObject):
1036 HeapObject.__init__(self, heap, map, address)
1111 class Oddball(HeapObject):
1133 HeapObject.__init__(self, heap, map, address)
1150 class FixedArray(HeapObject):
1164 HeapObject
[all...]
/external/v8/src/
H A Dobjects.h53 // - HeapObject (superclass for everything allocated in the heap)
127 // HeapObject: [32 bit direct pointer] (4 byte aligned) | 01
232 // HeapObject::Size, HeapObject::IterateBody, the typeof operator, and
775 V(HeapObject) \
1133 static inline MapWord FromForwardingAddress(HeapObject* object);
1136 inline HeapObject* ToForwardingAddress();
1147 // HeapObject calls the private constructor and directly reads the value.
1148 friend class HeapObject;
1156 // HeapObject i
1158 class HeapObject: public Object { class in namespace:v8::internal
[all...]

Completed in 5129 milliseconds