Home
last modified time | relevance | path

Searched refs:GetCurrentAllocatedBytes (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dzone-stats.cc33 return std::max(max_allocated_bytes_, GetCurrentAllocatedBytes()); in GetMaxAllocatedBytes()
36 size_t ZoneStats::StatsScope::GetCurrentAllocatedBytes() { in GetCurrentAllocatedBytes() function in v8::internal::compiler::ZoneStats::StatsScope
55 size_t current_total = GetCurrentAllocatedBytes(); in ZoneReturned()
74 return std::max(max_allocated_bytes_, GetCurrentAllocatedBytes()); in GetMaxAllocatedBytes()
77 size_t ZoneStats::GetCurrentAllocatedBytes() const { in GetCurrentAllocatedBytes() function in v8::internal::compiler::ZoneStats
86 return total_deleted_bytes_ + GetCurrentAllocatedBytes(); in GetTotalAllocatedBytes()
97 size_t current_total = GetCurrentAllocatedBytes(); in ReturnZone()
Dzone-stats.h61 size_t GetCurrentAllocatedBytes();
83 size_t GetCurrentAllocatedBytes() const;
Dpipeline-statistics.cc29 pipeline_stats->zone_stats_->GetCurrentAllocatedBytes(); in Begin()