Lines Matching refs:V8Heap
1753 class V8Heap(object):
1813 cls = V8Heap.CLASS_MAP.get(instance_type_name, HeapObject)
2039 """An InspectionPadawan can be used instead of V8Heap, even though
2040 it does not inherit from V8Heap (aka. mixin)."""
2109 cls = V8Heap.CLASS_MAP.get(instance_type_name, HeapObject)
2126 """When used as a mixin in place of V8Heap."""
2135 """When used as a mixin in place of V8Heap."""
2139 """When used as a mixin in place of V8Heap."""
2759 self.heap = V8Heap(self.reader, stack_map)
3917 heap = V8Heap(reader, stack_map)
3986 heap = V8Heap(reader, None)