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

  /external/v8/tools/
grokdump.py 481 class HeapObject(object):
494 return "HeapObject(%08x, %s)" % (self.address,
507 class Map(HeapObject):
511 HeapObject.__init__(self, heap, map, address)
516 class String(HeapObject):
520 HeapObject.__init__(self, heap, map, address)
587 class Oddball(HeapObject):
591 HeapObject.__init__(self, heap, map, address)
601 class FixedArray(HeapObject):
606 HeapObject.__init__(self, heap, map, address
    [all...]
  /external/v8/src/
objects.h 48 // - HeapObject (superclass for everything allocated in the heap)
111 // HeapObject: [32 bit direct pointer] (4 byte aligned) | 01
260 // HeapObject::Size, HeapObject::IterateBody, the typeof operator, and
683 V(HeapObject) \
    [all...]

Completed in 39 milliseconds