#include <pipeline-statistics.h>
Definition at line 24 of file pipeline-statistics.h.
◆ Base
◆ PipelineStatisticsBase() [1/2]
◆ ~PipelineStatisticsBase()
| v8::internal::compiler::PipelineStatisticsBase::~PipelineStatisticsBase |
( |
| ) |
|
|
protected |
◆ PipelineStatisticsBase() [2/2]
◆ BeginPhase()
| void v8::internal::compiler::PipelineStatisticsBase::BeginPhase |
( |
const char * | name | ) |
|
|
protected |
◆ BeginPhaseKind()
| void v8::internal::compiler::PipelineStatisticsBase::BeginPhaseKind |
( |
const char * | phase_kind_name | ) |
|
|
protected |
◆ code_kind()
| CodeKind v8::internal::compiler::PipelineStatisticsBase::code_kind |
( |
| ) |
const |
|
inlineprotected |
◆ EndPhase()
◆ EndPhaseKind()
◆ InPhase()
| bool v8::internal::compiler::PipelineStatisticsBase::InPhase |
( |
| ) |
|
|
inlineprotected |
◆ InPhaseKind()
| bool v8::internal::compiler::PipelineStatisticsBase::InPhaseKind |
( |
| ) |
|
|
inlineprotected |
◆ operator=()
◆ OuterZoneSize()
| size_t v8::internal::compiler::PipelineStatisticsBase::OuterZoneSize |
( |
| ) |
|
|
inlineprotected |
◆ phase_kind_name()
| const char * v8::internal::compiler::PipelineStatisticsBase::phase_kind_name |
( |
| ) |
const |
|
inlineprotected |
◆ phase_name()
| const char * v8::internal::compiler::PipelineStatisticsBase::phase_name |
( |
| ) |
const |
|
inlineprotected |
◆ set_function_name()
| void v8::internal::compiler::PipelineStatisticsBase::set_function_name |
( |
std::string | function_name | ) |
|
|
inlineprotected |
◆ PhaseScope
◆ code_kind_
| const CodeKind v8::internal::compiler::PipelineStatisticsBase::code_kind_ |
|
private |
◆ compilation_stats_
| const std::shared_ptr<CompilationStatistics> v8::internal::compiler::PipelineStatisticsBase::compilation_stats_ |
|
private |
◆ function_name_
| std::string v8::internal::compiler::PipelineStatisticsBase::function_name_ |
|
private |
◆ outer_zone_
| Zone* const v8::internal::compiler::PipelineStatisticsBase::outer_zone_ |
|
private |
◆ phase_kind_name_
| const char* v8::internal::compiler::PipelineStatisticsBase::phase_kind_name_ = nullptr |
|
private |
◆ phase_kind_stats_
| CommonStats v8::internal::compiler::PipelineStatisticsBase::phase_kind_stats_ |
|
private |
◆ phase_name_
| const char* v8::internal::compiler::PipelineStatisticsBase::phase_name_ = nullptr |
|
private |
◆ phase_stats_
| CommonStats v8::internal::compiler::PipelineStatisticsBase::phase_stats_ |
|
private |
◆ total_stats_
| CommonStats v8::internal::compiler::PipelineStatisticsBase::total_stats_ |
|
private |
◆ zone_stats_
| ZoneStats* const v8::internal::compiler::PipelineStatisticsBase::zone_stats_ |
|
private |
The documentation for this class was generated from the following files: