Home | History | Annotate | Download | only in tools

Lines Matching refs:FixedArray

1048     if descriptors.__class__ == FixedArray:
1054 if transitions.__class__ == FixedArray:
1185 class FixedArray(HeapObject):
1203 p.Print("FixedArray(%s) {" % self.heap.reader.FormatIntPtr(self.address))
1220 return "FixedArray(%08x, length=%d)" % (self.address, self.length)
1503 "FIXED_ARRAY_TYPE": FixedArray,
2854 DescriptorArray(FixedArray(self.heap, None, start)).Print(Printer())
2870 TransitionArray(FixedArray(self.heap, None, start)).Print(Printer())