Home | History | Annotate | Download | only in tools

Lines Matching defs:FixedArray

1159     if descriptors.__class__ == FixedArray:
1165 if transitions.__class__ == FixedArray:
1296 class FixedArray(HeapObject):
1314 p.Print("FixedArray(%s) {" % self.heap.reader.FormatIntPtr(self.address))
1331 return "FixedArray(%08x, length=%d)" % (self.address, self.length)
1614 "FIXED_ARRAY_TYPE": FixedArray,
2962 DescriptorArray(FixedArray(self.heap, None, start)).Print(Printer())
2978 TransitionArray(FixedArray(self.heap, None, start)).Print(Printer())