Home
last modified time | relevance | path

Searched refs:V8Heap (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/tools/
H A Dgrokdump.py1753 class V8Heap(object): class
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(reade
[all...]

Completed in 6 milliseconds