HomeSort by relevance Sort by last modified time
    Searched defs:HeapObject (Results 1 - 2 of 2) sorted by null

  /external/v8/tools/
grokdump.py 638 class HeapObject(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.__init__(self, heap, map, address
    [all...]
  /external/v8/src/
objects.h 53 // - 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
    [all...]

Completed in 33 milliseconds