Searched refs:GetCurrentAllocatedBytes (Results 1 – 3 of 3) sorted by relevance
33 return std::max(max_allocated_bytes_, GetCurrentAllocatedBytes()); in GetMaxAllocatedBytes()36 size_t ZoneStats::StatsScope::GetCurrentAllocatedBytes() { in GetCurrentAllocatedBytes() function in v8::internal::compiler::ZoneStats::StatsScope55 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::ZoneStats86 return total_deleted_bytes_ + GetCurrentAllocatedBytes(); in GetTotalAllocatedBytes()97 size_t current_total = GetCurrentAllocatedBytes(); in ReturnZone()
61 size_t GetCurrentAllocatedBytes();83 size_t GetCurrentAllocatedBytes() const;
29 pipeline_stats->zone_stats_->GetCurrentAllocatedBytes(); in Begin()