Searched refs:GetTotalAllocatedBytes (Results 1 – 4 of 4) sorted by relevance
15 total_allocated_bytes_at_start_(zone_stats->GetTotalAllocatedBytes()), in StatsScope()49 size_t ZoneStats::StatsScope::GetTotalAllocatedBytes() { in GetTotalAllocatedBytes() function in v8::internal::compiler::ZoneStats::StatsScope50 return zone_stats_->GetTotalAllocatedBytes() - in GetTotalAllocatedBytes()85 size_t ZoneStats::GetTotalAllocatedBytes() const { in GetTotalAllocatedBytes() function in v8::internal::compiler::ZoneStats
62 size_t GetTotalAllocatedBytes();82 size_t GetTotalAllocatedBytes() const;
45 outer_zone_diff + scope_->GetTotalAllocatedBytes(); in End()
3238 << zone_stats.GetTotalAllocatedBytes() in GenerateCodeForWasmFunction()