#include <zone-stats.h>
Definition at line 68 of file zone-stats.h.
◆ InitialValues
◆ StatsScope() [1/2]
v8::internal::compiler::ZoneStats::StatsScope::StatsScope |
( |
ZoneStats * | zone_stats | ) |
|
|
explicit |
◆ ~StatsScope()
v8::internal::compiler::ZoneStats::StatsScope::~StatsScope |
( |
| ) |
|
◆ StatsScope() [2/2]
v8::internal::compiler::ZoneStats::StatsScope::StatsScope |
( |
const StatsScope & | | ) |
|
|
delete |
◆ GetCurrentAllocatedBytes()
size_t v8::internal::compiler::ZoneStats::StatsScope::GetCurrentAllocatedBytes |
( |
| ) |
|
◆ GetMaxAllocatedBytes()
size_t v8::internal::compiler::ZoneStats::StatsScope::GetMaxAllocatedBytes |
( |
| ) |
|
◆ GetTotalAllocatedBytes()
size_t v8::internal::compiler::ZoneStats::StatsScope::GetTotalAllocatedBytes |
( |
| ) |
|
◆ operator=()
◆ ZoneReturned()
void v8::internal::compiler::ZoneStats::StatsScope::ZoneReturned |
( |
Zone * | zone | ) |
|
|
private |
◆ ZoneStats
◆ initial_values_
InitialValues v8::internal::compiler::ZoneStats::StatsScope::initial_values_ |
|
private |
◆ max_allocated_bytes_
size_t v8::internal::compiler::ZoneStats::StatsScope::max_allocated_bytes_ |
|
private |
◆ total_allocated_bytes_at_start_
size_t v8::internal::compiler::ZoneStats::StatsScope::total_allocated_bytes_at_start_ |
|
private |
◆ zone_stats_
ZoneStats* const v8::internal::compiler::ZoneStats::StatsScope::zone_stats_ |
|
private |
The documentation for this class was generated from the following files: