Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dzone-stats.h48 size_t GetMaxAllocatedBytes();
69 size_t GetMaxAllocatedBytes() const;
Dzone-stats.cc32 size_t ZoneStats::StatsScope::GetMaxAllocatedBytes() { in GetMaxAllocatedBytes() function in v8::internal::compiler::ZoneStats::StatsScope
73 size_t ZoneStats::GetMaxAllocatedBytes() const { in GetMaxAllocatedBytes() function in v8::internal::compiler::ZoneStats
Dpipeline-statistics.cc38 diff->max_allocated_bytes_ = outer_zone_diff + scope_->GetMaxAllocatedBytes(); in End()