Home | History | Annotate | Download | only in tools

Lines Matching defs:FixedArray

1013     if descriptors.__class__ == FixedArray:
1019 if transitions.__class__ == FixedArray:
1149 class FixedArray(HeapObject):
1167 p.Print("FixedArray(%s) {" % self.heap.reader.FormatIntPtr(self.address))
1184 return "FixedArray(%08x, length=%d)" % (self.address, self.length)
1462 "FIXED_ARRAY_TYPE": FixedArray,
1713 DescriptorArray(FixedArray(self.heap, None, start)).Print(Printer())
1729 TransitionArray(FixedArray(self.heap, None, start)).Print(Printer())