V8 Project
|
#include <heap-snapshot-generator.h>
Public Member Functions | |
virtual | ~SnapshottingProgressReportingInterface () |
virtual void | ProgressStep ()=0 |
virtual bool | ProgressReport (bool force)=0 |
Definition at line 319 of file heap-snapshot-generator.h.
|
inlinevirtual |
Definition at line 321 of file heap-snapshot-generator.h.
|
pure virtual |
Implemented in v8::internal::HeapSnapshotGenerator.
Referenced by v8::internal::V8HeapExplorer::IterateAndExtractReferences(), and v8::internal::V8HeapExplorer::IterateAndExtractSinglePass().
|
pure virtual |
Implemented in v8::internal::HeapSnapshotGenerator.
Referenced by v8::internal::V8HeapExplorer::IterateAndExtractSinglePass().