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

/external/v8/tools/
H A Dgrokdump.py920 class V8Heap(object): class in inherits:object
977 cls = V8Heap.CLASS_MAP.get(instance_type_name, HeapObject)
1039 heap = V8Heap(reader, stack_map)
/external/chromium_org/v8/tools/
H A Dgrokdump.py1441 class V8Heap(object): class in inherits:object
1498 cls = V8Heap.CLASS_MAP.get(instance_type_name, HeapObject)
1560 """An InspectionPadawan can be used instead of V8Heap, even though
1561 it does not inherit from V8Heap (aka. mixin)."""
1602 cls = V8Heap.CLASS_MAP.get(instance_type_name, HeapObject)
1618 """When used as a mixin in place of V8Heap."""
1627 """When used as a mixin in place of V8Heap."""
1631 """When used as a mixin in place of V8Heap."""
1926 heap = V8Heap(reader, stack_map)
1947 heap = V8Heap(reade
[all...]

Completed in 199 milliseconds