v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::PhaseScope Class Reference

#include <pipeline-statistics.h>

Collaboration diagram for v8::internal::compiler::PhaseScope:

Public Member Functions

 PhaseScope (TurbofanPipelineStatistics *pipeline_stats, const char *name)
 
 ~PhaseScope ()
 
 PhaseScope (const PhaseScope &)=delete
 
PhaseScopeoperator= (const PhaseScope &)=delete
 

Private Attributes

TurbofanPipelineStatistics *const pipeline_stats_
 

Detailed Description

Definition at line 119 of file pipeline-statistics.h.

Constructor & Destructor Documentation

◆ PhaseScope() [1/2]

v8::internal::compiler::PhaseScope::PhaseScope ( TurbofanPipelineStatistics * pipeline_stats,
const char * name )
inline

Definition at line 121 of file pipeline-statistics.h.

◆ ~PhaseScope()

v8::internal::compiler::PhaseScope::~PhaseScope ( )
inline

Definition at line 125 of file pipeline-statistics.h.

◆ PhaseScope() [2/2]

v8::internal::compiler::PhaseScope::PhaseScope ( const PhaseScope & )
delete

Member Function Documentation

◆ operator=()

PhaseScope & v8::internal::compiler::PhaseScope::operator= ( const PhaseScope & )
delete

Member Data Documentation

◆ pipeline_stats_

TurbofanPipelineStatistics* const v8::internal::compiler::PhaseScope::pipeline_stats_
private

Definition at line 132 of file pipeline-statistics.h.


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