Home
last modified time | relevance | path

Searched refs:max_allocated_bytes_ (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dzone-stats.cc16 max_allocated_bytes_(0) { in StatsScope()
33 return std::max(max_allocated_bytes_, GetCurrentAllocatedBytes()); in GetMaxAllocatedBytes()
57 max_allocated_bytes_ = std::max(max_allocated_bytes_, current_total); in ZoneReturned()
66 : max_allocated_bytes_(0), total_deleted_bytes_(0), allocator_(allocator) {} in ZoneStats()
74 return std::max(max_allocated_bytes_, GetCurrentAllocatedBytes()); in GetMaxAllocatedBytes()
99 max_allocated_bytes_ = std::max(max_allocated_bytes_, current_total); in ReturnZone()
Dzone-stats.h73 size_t max_allocated_bytes_; variable
95 size_t max_allocated_bytes_; variable
Dpipeline-statistics.cc41 diff->max_allocated_bytes_ = outer_zone_diff + scope_->GetMaxAllocatedBytes(); in End()
43 diff->max_allocated_bytes_ + allocated_bytes_at_start_; in End()
/third_party/node/deps/v8/src/diagnostics/
Dcompilation-statistics.cc54 max_allocated_bytes_ = stats.max_allocated_bytes_; in Accumulate()
71 MEMBER("max_allocated_bytes") << max_allocated_bytes_ << "," in AsJSON()
102 size_percent, stats.max_allocated_bytes_, in WriteLine()
Dcompilation-statistics.h35 max_allocated_bytes_(0), in BasicStats()
44 size_t max_allocated_bytes_; variable