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

/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/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 77 milliseconds