Searched refs:GetMaxAllocatedBytes (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/ | ||
D | zone-stats.h | 48 size_t GetMaxAllocatedBytes(); |
D | zone-stats.cc | 30 size_t ZoneStats::StatsScope::GetMaxAllocatedBytes() { in GetMaxAllocatedBytes() function in v8::internal::compiler::ZoneStats::StatsScope |
D | pipeline-statistics.cc | 37 diff->max_allocated_bytes_ = outer_zone_diff + scope_->GetMaxAllocatedBytes(); in End() |