Home
last modified time | relevance | path

Searched refs:GetTotalAllocatedBytes (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dzone-stats.cc15 total_allocated_bytes_at_start_(zone_stats->GetTotalAllocatedBytes()), in StatsScope()
49 size_t ZoneStats::StatsScope::GetTotalAllocatedBytes() { in GetTotalAllocatedBytes() function in v8::internal::compiler::ZoneStats::StatsScope
50 return zone_stats_->GetTotalAllocatedBytes() - in GetTotalAllocatedBytes()
85 size_t ZoneStats::GetTotalAllocatedBytes() const { in GetTotalAllocatedBytes() function in v8::internal::compiler::ZoneStats
Dzone-stats.h62 size_t GetTotalAllocatedBytes();
82 size_t GetTotalAllocatedBytes() const;
Dpipeline-statistics.cc45 outer_zone_diff + scope_->GetTotalAllocatedBytes(); in End()
Dpipeline.cc3238 << zone_stats.GetTotalAllocatedBytes() in GenerateCodeForWasmFunction()