Searched refs:max_allocated_bytes_ (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | zone-stats.cc | 16 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()
|
D | zone-stats.h | 73 size_t max_allocated_bytes_; variable 95 size_t max_allocated_bytes_; variable
|
D | pipeline-statistics.cc | 41 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/ |
D | compilation-statistics.cc | 54 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()
|
D | compilation-statistics.h | 35 max_allocated_bytes_(0), in BasicStats() 44 size_t max_allocated_bytes_; variable
|