#include <zone-stats.h>
Definition at line 19 of file zone-stats.h.
◆ Scope() [1/3]
v8::internal::compiler::ZoneStats::Scope::Scope |
( |
ZoneStats * | zone_stats, |
|
|
const char * | zone_name, |
|
|
bool | support_zone_compression = false ) |
|
inlineexplicit |
◆ ~Scope()
v8::internal::compiler::ZoneStats::Scope::~Scope |
( |
| ) |
|
|
inline |
◆ Scope() [2/3]
v8::internal::compiler::ZoneStats::Scope::Scope |
( |
const Scope & | | ) |
|
|
delete |
◆ Scope() [3/3]
v8::internal::compiler::ZoneStats::Scope::Scope |
( |
Scope && | other | ) |
|
|
inline |
◆ Destroy()
void v8::internal::compiler::ZoneStats::Scope::Destroy |
( |
| ) |
|
|
inline |
◆ operator=() [1/2]
Scope & v8::internal::compiler::ZoneStats::Scope::operator= |
( |
const Scope & | | ) |
|
|
delete |
◆ operator=() [2/2]
Scope & v8::internal::compiler::ZoneStats::Scope::operator= |
( |
Scope && | other | ) |
|
|
inline |
◆ zone()
Zone * v8::internal::compiler::ZoneStats::Scope::zone |
( |
| ) |
|
|
inline |
◆ zone_stats()
ZoneStats * v8::internal::compiler::ZoneStats::Scope::zone_stats |
( |
| ) |
const |
|
inline |
◆ support_zone_compression_
bool v8::internal::compiler::ZoneStats::Scope::support_zone_compression_ |
|
private |
◆ zone_
Zone* v8::internal::compiler::ZoneStats::Scope::zone_ |
|
private |
◆ zone_name_
const char* v8::internal::compiler::ZoneStats::Scope::zone_name_ |
|
private |
◆ zone_stats_
ZoneStats* v8::internal::compiler::ZoneStats::Scope::zone_stats_ |
|
private |
The documentation for this class was generated from the following file: