V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::HeapSnapshotGenerator Class Reference
Inheritance diagram for v8::internal::HeapSnapshotGenerator:
v8::internal::SnapshottingProgressReportingInterface

Public Types

using HeapEntriesMap = std::unordered_map< HeapThing, HeapEntry * >
 

Public Member Functions

 HeapSnapshotGenerator (HeapSnapshot *snapshot, v8::ActivityControl *control, v8::HeapProfiler::ObjectNameResolver *resolver, Heap *heap)
 
bool GenerateSnapshot ()
 
HeapEntryFindEntry (HeapThing ptr)
 
HeapEntryAddEntry (HeapThing ptr, HeapEntriesAllocator *allocator)
 
HeapEntryFindOrAddEntry (HeapThing ptr, HeapEntriesAllocator *allocator)
 

Detailed Description

Definition at line 512 of file heap-snapshot-generator.h.


The documentation for this class was generated from the following files: