V8 Project
v8::internal::SnapshottingProgressReportingInterface Class Referenceabstract

#include <heap-snapshot-generator.h>

+ Inheritance diagram for v8::internal::SnapshottingProgressReportingInterface:
+ Collaboration diagram for v8::internal::SnapshottingProgressReportingInterface:

Public Member Functions

virtual ~SnapshottingProgressReportingInterface ()
 
virtual void ProgressStep ()=0
 
virtual bool ProgressReport (bool force)=0
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ~SnapshottingProgressReportingInterface()

virtual v8::internal::SnapshottingProgressReportingInterface::~SnapshottingProgressReportingInterface ( )
inlinevirtual

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

321 { }

Member Function Documentation

◆ ProgressReport()

virtual bool v8::internal::SnapshottingProgressReportingInterface::ProgressReport ( bool  force)
pure virtual

Implemented in v8::internal::HeapSnapshotGenerator.

Referenced by v8::internal::V8HeapExplorer::IterateAndExtractReferences(), and v8::internal::V8HeapExplorer::IterateAndExtractSinglePass().

+ Here is the caller graph for this function:

◆ ProgressStep()

virtual void v8::internal::SnapshottingProgressReportingInterface::ProgressStep ( )
pure virtual

Implemented in v8::internal::HeapSnapshotGenerator.

Referenced by v8::internal::V8HeapExplorer::IterateAndExtractSinglePass().

+ Here is the caller graph for this function:

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