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();
Dzone-stats.cc30 size_t ZoneStats::StatsScope::GetMaxAllocatedBytes() { in GetMaxAllocatedBytes() function in v8::internal::compiler::ZoneStats::StatsScope
71 size_t ZoneStats::GetMaxAllocatedBytes() { in GetMaxAllocatedBytes() function in v8::internal::compiler::ZoneStats
Dpipeline-statistics.cc37 diff->max_allocated_bytes_ = outer_zone_diff + scope_->GetMaxAllocatedBytes(); in End()